Re: [PATCH 12/13] drivers/staging/vt6656: Hoist assign from if

From: Greg KH
Date: Wed Apr 28 2010 - 14:37:10 EST


On Wed, Mar 24, 2010 at 10:17:06PM -0700, Joe Perches wrote:
> @@ -718,7 +724,8 @@ PIPEnsSendBulkOut(
> s_nsBulkOutIoCompleteWrite,
> pContext);
>
> - if((status = usb_submit_urb(pUrb, GFP_ATOMIC))!=0)
> + status = usb_submit_urb(pUrb, GFP_ATOMIC);
> + if (status!=0)

And again...

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/