From: Daniel Borkmann Date: Wed, 11 Jun 2014 16:19:32 +0000 (+0200) Subject: net: sctp: fix incorrect type in gfp initializer X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~35^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b87d4651069a3ff72edc11f170f4729585ba828;p=pandora-kernel.git net: sctp: fix incorrect type in gfp initializer This fixes the following sparse warning: net/sctp/associola.c:1556:29: warning: incorrect type in initializer (different base types) net/sctp/associola.c:1556:29: expected bool [unsigned] [usertype] preload net/sctp/associola.c:1556:29: got restricted gfp_t Signed-off-by: Daniel Borkmann Signed-off-by: David S. Miller --- Reading git-diff-tree failed