[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100428182923.GG8509@kroah.com>
Date: Wed, 28 Apr 2010 11:29:23 -0700
From: Greg KH <greg@...ah.com>
To: Joe Perches <joe@...ches.com>
Cc: linux-kernel@...r.kernel.org, Greg Kroah-Hartman <gregkh@...e.de>,
devel@...verdev.osuosl.org
Subject: Re: [PATCH 12/13] drivers/staging/vt6656: Hoist assign from if
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists