Skip to content
Commit 94758185 authored by Michael Davidson's avatar Michael Davidson Committed by Greg Kroah-Hartman
Browse files

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: default avatarMichael Davidson <md@google.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4ae68e73
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment