Files
linux/drivers/net
Geert Uytterhoeven b52517e456 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: 9b27105b4a ("net-caif-driver: add CAIF serial driver (ldisc)")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20191025094130.26033-4-geert+renesas@glider.be
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-11-09 11:52:56 +01:00
..
2019-09-26 08:56:17 +02:00
2019-08-08 18:03:42 -07:00
2019-07-30 14:21:32 -07:00
2019-09-26 08:56:17 +02:00
2019-07-03 11:24:38 -07:00
2019-09-27 20:58:35 +02:00
2019-07-30 14:21:32 -07:00
2019-06-25 14:26:54 +02:00