Closed TopgunZh closed 1 month ago
You missed platform_driver_unregister in the pl011_exit function
1.sudo rmmod amba-pl011.ko.xz 2.sudo insmod amba-pl011.ko.xz
miss platform_driver_unregister(&pl011_axi_platform_driver);
Raspberry Pi 5
No response
Does https://github.com/raspberrypi/linux/pull/6380 work for you?
Does #6380 work for you? It had already been fixed when I opened the issue. The bug is relatively simple.
Describe the bug
You missed platform_driver_unregister in the pl011_exit function
Steps to reproduce the behaviour
1.sudo rmmod amba-pl011.ko.xz 2.sudo insmod amba-pl011.ko.xz
miss platform_driver_unregister(&pl011_axi_platform_driver);
Device (s)
Raspberry Pi 5
System
Logs
Additional context
No response