wireless: Remove casts to same type
[deliverable/linux.git] / drivers / net / wireless / prism54 / islpci_eth.c
index 266d45bf86f519426d0546d2b2769411d0f2a4af..799e148d03703bb1d71b962bb7b541c1fd11d181 100644 (file)
@@ -455,7 +455,7 @@ islpci_eth_receive(islpci_private *priv)
                              "Error mapping DMA address\n");
 
                        /* free the skbuf structure before aborting */
-                       dev_kfree_skb_irq((struct sk_buff *) skb);
+                       dev_kfree_skb_irq(skb);
                        skb = NULL;
                        break;
                }
This page took 0.028375 seconds and 5 git commands to generate.