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 <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 file changed