diff options
Diffstat (limited to 'drivers/net/irda/irda-usb.c')
| -rw-r--r-- | drivers/net/irda/irda-usb.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/net/irda/irda-usb.c b/drivers/net/irda/irda-usb.c index 6c766fdc51a6..c22c0517883c 100644 --- a/drivers/net/irda/irda-usb.c +++ b/drivers/net/irda/irda-usb.c | |||
| @@ -1168,10 +1168,8 @@ static inline void irda_usb_close(struct irda_usb_cb *self) | |||
| 1168 | unregister_netdev(self->netdev); | 1168 | unregister_netdev(self->netdev); |
| 1169 | 1169 | ||
| 1170 | /* Remove the speed buffer */ | 1170 | /* Remove the speed buffer */ |
| 1171 | if (self->speed_buff != NULL) { | 1171 | kfree(self->speed_buff); |
| 1172 | kfree(self->speed_buff); | 1172 | self->speed_buff = NULL; |
| 1173 | self->speed_buff = NULL; | ||
| 1174 | } | ||
| 1175 | } | 1173 | } |
| 1176 | 1174 | ||
| 1177 | /********************** USB CONFIG SUBROUTINES **********************/ | 1175 | /********************** USB CONFIG SUBROUTINES **********************/ |
