From: Michael Davidson Date: Thu, 3 May 2012 23:19:02 +0000 (-0700) Subject: driver-core: fix DEVICE_INT_ATTR to use correct show/store functions X-Git-Tag: v3.5-rc1~147^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94758185689ee96694558d720d44e81b4e0abc3d;p=pandora-kernel.git driver-core: fix DEVICE_INT_ATTR to use correct show/store functions DEVICE_INT_ATTR() should use device_show_int() and device_store_int() not device_show_ulong() and device_store_ulong() Signed-off-by: Michael Davidson Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed