On 8/25/15 3:55 PM, David Miller wrote:
From: kbuild test robot <fengguang...@intel.com>
Date: Wed, 26 Aug 2015 06:42:39 +0800

sparse warnings: (new ones prefixed by >>)

net/rds/ib_recv.c:382:28: sparse: incorrect type in initializer (different base 
types)
    net/rds/ib_recv.c:382:28:    expected int [signed] can_wait
    net/rds/ib_recv.c:382:28:    got restricted gfp_t
    net/rds/ib_recv.c:828:23: sparse: cast to restricted __le64

Fixed by:

====================
[PATCH] rds: Fix improper gfp_t usage.

net/rds/ib_recv.c:382:28: sparse: incorrect type in initializer (different base 
types)
    net/rds/ib_recv.c:382:28:    expected int [signed] can_wait
    net/rds/ib_recv.c:382:28:    got restricted gfp_t
    net/rds/ib_recv.c:828:23: sparse: cast to restricted __le64

Reported-by: kbuild test robot <fengguang...@intel.com>
Signed-off-by: David S. Miller <da...@davemloft.net>
---
Thanks Dave. I was just creating the patch after noticing
the error from kbuild on my tree.

Regards,
Santosh
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to