From: Felipe Balbi Date: Wed, 20 Feb 2013 08:31:42 +0000 (+0200) Subject: base: core: WARN() about bogus permissions on device attributes X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~138^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f46baaa7ec6cd0851794020b31958e64679dd26;p=pandora-kernel.git base: core: WARN() about bogus permissions on device attributes Whenever a struct device_attribute is registered with mismatched permissions - read permission without a show routine or write permission without store routine - we will issue a big warning so we catch those early enough. Signed-off-by: Felipe Balbi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed