You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
Staging: bcm: Removed unnecessary else.
The following patch fixes the checkpatch.pl warning: WARNING: else is not generally useful after a break or return. Signed-off-by: Heena Sirwani <heenasirwani@gmail.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
50b47bbd43
commit
e31981a13d
@@ -188,8 +188,8 @@ static int InterfaceAbortIdlemode(struct bcm_mini_adapter *Adapter,
|
|||||||
5000);
|
5000);
|
||||||
if (status)
|
if (status)
|
||||||
return status;
|
return status;
|
||||||
else
|
|
||||||
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS,
|
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS,
|
||||||
IDLE_MODE, DBG_LVL_ALL,
|
IDLE_MODE, DBG_LVL_ALL,
|
||||||
"NOB Sent down :%d", lenwritten);
|
"NOB Sent down :%d", lenwritten);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user