On Sat, Sep 13, 2014 at 02:31:33AM +1000, Artemiy Volkov wrote:
> This patch fixes the following sparse warnings:
> 
> drivers/staging/lustre/lnet/klnds/socklnd/socklnd_cb.c:284:51: warning:
>       cast removes address space of expression
> drivers/staging/lustre/lnet/klnds/socklnd/socklnd_cb.c:284:39: warning:
>       incorrect type in assignment (different address spaces)
> drivers/staging/lustre/lnet/klnds/socklnd/socklnd_cb.c:284:39:    expected
>       void [noderef] <asn:1>*iov_base
> drivers/staging/lustre/lnet/klnds/socklnd/socklnd_cb.c:284:39:    got
>       void *<noident>
> 
> by simplifying an expression containing non-__user-attributed type names.
> 

Thanks!

Reviewed-by: Dan Carpenter <[email protected]>

regards,
dan carpenter

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

Reply via email to