Re: [PATCH] Staging: comedi: quatech_daqp_cs.c: Fix a unsigned warning issue

From: Greg KH
Date: Fri Jun 17 2016 - 23:56:44 EST


On Tue, May 17, 2016 at 10:23:44PM +0530, Amit Ghadge wrote:
> This is a patch to the quatech_daqp_cs.c file that fixes by using
> unsigned int instead of unsigned, following warning found by checkpatch.
> * WARNING: Prefer 'unsigned int' to bare use of 'unsigned'
>
> Signed-off-by: Amit Ghadge <amitg.b14@xxxxxxxxx>
> Reviewed-by: Ian Abbott <abbotti@xxxxxxxxx>
> ---
> drivers/staging/comedi/drivers/quatech_daqp_cs.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Someone sent in this change before you did, sorry :(