On Wed, Mar 02, 2011 at 02:34:44PM +0000, Philip Worrall wrote:
> --- a/drivers/staging/vt6656/power.c
> +++ b/drivers/staging/vt6656/power.c
> @@ -274,6 +274,7 @@ BOOL PSbSendNullPacket(void *hDeviceContext)
>       PSDevice pDevice = (PSDevice)hDeviceContext;
>       PSTxMgmtPacket pTxPacket = NULL;
>       PSMgmtObject pMgmt = &(pDevice->sMgmtObj);
> +     __u16 flags = 0;

__u16 is only for header files which get used by userspace.  u16 would
be better here.  I don't think this is worth resending, I'm just
pointing it out for next time.

regards,
dan carpenter

_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to