mbox series

[-next,V2,0/2] fix two bugs when trying rmmod sata_fsl

Message ID 20211120033420.3762681-1-libaokun1@huawei.com
Headers show
Series fix two bugs when trying rmmod sata_fsl | expand

Message

Baokun Li Nov. 20, 2021, 3:34 a.m. UTC
V1->V2:
	Fixed the check on the return value of platform_get_irq().
	And propagate errors up to sata_fsl_probe()'s callers.

Baokun Li (2):
  sata_fsl: fix UAF in sata_fsl_port_stop when rmmod sata_fsl
  sata_fsl: fix warning in remove_proc_entry when rmmod sata_fsl

 drivers/ata/sata_fsl.c | 24 +++++++++++++++++-------
 1 file changed, 17 insertions(+), 7 deletions(-)