drivers/net/wireless/libertas/if_usb.c: add missing debugging code
Add a corresponding leave call on error failure. Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Acked-by: Dan Williams <dcbw@redhat.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
committed by
John W. Linville
parent
d9fb646580
commit
1e66eda1d4
@@ -1128,8 +1128,10 @@ static int if_usb_suspend(struct usb_interface *intf, pm_message_t message)
|
|||||||
|
|
||||||
lbs_deb_enter(LBS_DEB_USB);
|
lbs_deb_enter(LBS_DEB_USB);
|
||||||
|
|
||||||
if (priv->psstate != PS_STATE_FULL_POWER)
|
if (priv->psstate != PS_STATE_FULL_POWER) {
|
||||||
return -1;
|
ret = -1;
|
||||||
|
goto out;
|
||||||
|
}
|
||||||
|
|
||||||
#ifdef CONFIG_OLPC
|
#ifdef CONFIG_OLPC
|
||||||
if (machine_is_olpc()) {
|
if (machine_is_olpc()) {
|
||||||
|
Reference in New Issue
Block a user