From: Johannes Berg Date: Tue, 7 Jan 2014 15:23:24 +0000 (+0100) Subject: mac80211: clean up prepare_for_handlers() return value X-Git-Tag: v3.14-rc1~94^2~113^2^2~36^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c2723f503e8decc420b377a3215089a7980cf08;p=pandora-kernel.git mac80211: clean up prepare_for_handlers() return value Using an int with 0/1 is not very common, make the function return a bool instead with the same values (false/true). Signed-off-by: Johannes Berg --- Reading git-diff-tree failed