aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorGeert Uytterhoeven <[email protected]>2019-10-25 09:41:26 +0000
committerGreg Kroah-Hartman <[email protected]>2019-11-09 10:52:56 +0000
commitb52517e456f8bb6ae720feab891af6d5b8a8f217 (patch)
tree234613daa75300d9f423d1432248422ecdf60b78 /net/unix/af_unix.c
parentmac80211: Use debugfs_create_xul() helper (diff)
downloadkernel-b52517e456f8bb6ae720feab891af6d5b8a8f217.tar.gz
kernel-b52517e456f8bb6ae720feab891af6d5b8a8f217.zip
net: caif: Fix debugfs on 64-bit platforms
"ser_device.state" is "unsigned long", i.e. 32-bit or 64-bit, depending on the platform. Hence casting its address to "u32 *", and calling debugfs_create_x32() breaks operation on 64-bit platforms. Fix this by using the new debugfs_create_xul() helper instead. Fixes: 9b27105b4a44c54b ("net-caif-driver: add CAIF serial driver (ldisc)") Signed-off-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions