diff --git a/drivers/staging/rtl8712/rtl871x_security.c b/drivers/staging/rtl8712/rtl871x_security.c index 0912f52def99..8faf22bb7c90 100644 --- a/drivers/staging/rtl8712/rtl871x_security.c +++ b/drivers/staging/rtl8712/rtl871x_security.c @@ -252,7 +252,6 @@ void r8712_wep_decrypt(struct _adapter *padapter, u8 *precvframe) /* calculate icv and compare the icv */ *((u32 *)crc) = cpu_to_le32(getcrc32(payload, length - 4)); } - return; } /* 3 =====TKIP related===== */ diff --git a/drivers/staging/rtl8712/usb_intf.c b/drivers/staging/rtl8712/usb_intf.c index beff69b3ff0c..89a6e3dfb237 100644 --- a/drivers/staging/rtl8712/usb_intf.c +++ b/drivers/staging/rtl8712/usb_intf.c @@ -635,7 +635,6 @@ static void r871xu_dev_remove(struct usb_interface *pusb_intf) * Reset usb port for sitesurvey fail issue. */ if (udev->state != USB_STATE_NOTATTACHED) usb_reset_device(udev); - return; } static int __init r8712u_drv_entry(void)