android_kernel_xiaomi_sm8350/drivers/pcmcia
Om Narasimhan a230a6785d [PATCH] pcmcia: au1000_generic fix
The previous code did something like,

if (error) goto out_err;
....
do {
             struct au1000_pcmcia_socket *skt = PCMCIA_SOCKET(i);
              del_timer_sync(&skt->poll_timer);
               pcmcia_unregister_socket(&skt->socket);
out_err:
               flush_scheduled_work();
               ops->hw_shutdown(skt);
               i--;
} while (i > 0)
.....

- On the error path, skt would not contain a valid value for the first
  iteration (skt is masked by uninitialized automatic skt)

- Does not do hw_shutdown() for 0th element of PCMCIA_SOCKET

Signed-off-by: Om Narasimhan <om.turyx@gmail.com>
Cc: "Yoichi Yuasa" <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
2006-10-25 21:59:42 -04:00
..
at91_cf.c [PATCH] pcmcia: at91_cf update 2006-10-25 21:59:37 -04:00
au1000_db1x00.c
au1000_generic.c [PATCH] pcmcia: au1000_generic fix 2006-10-25 21:59:42 -04:00
au1000_generic.h
au1000_pb1x00.c
au1000_xxs1500.c
cardbus.c
cirrus.h
cistpl.c
cs_internal.h
cs.c
ds_internal.h
ds.c [PATCH] pcmcia/ds: driver layer error checking 2006-10-25 21:59:40 -04:00
hd64465_ss.c Various drivers' irq handlers: kill dead code, needless casts 2006-10-06 15:00:58 -04:00
i82092.c [PATCH] i82092: wire up errors from pci_register_driver() 2006-10-25 21:59:42 -04:00
i82092aa.h IRQ: Maintain regs pointer globally rather than passing to IRQ handlers 2006-10-05 15:10:12 +01:00
i82365.c IRQ: Maintain regs pointer globally rather than passing to IRQ handlers 2006-10-05 15:10:12 +01:00
i82365.h
Kconfig
m8xx_pcmcia.c IRQ: Maintain regs pointer globally rather than passing to IRQ handlers 2006-10-05 15:10:12 +01:00
m32r_cfc.c IRQ: Maintain regs pointer globally rather than passing to IRQ handlers 2006-10-05 15:10:12 +01:00
m32r_cfc.h
m32r_pcc.c [PATCH] m32r pt_regs fixes 2006-10-07 10:51:15 -07:00
m32r_pcc.h
Makefile
o2micro.h
omap_cf.c IRQ: Maintain regs pointer globally rather than passing to IRQ handlers 2006-10-05 15:10:12 +01:00
pcmcia_ioctl.c
pcmcia_resource.c [PATCH] pcmcia: update alloc_io_space for conflict checking for multifunction PC card 2006-10-25 21:59:39 -04:00
pd6729.c [PATCH] CONFIG_PM=n slim: drivers/pcmcia/* 2006-10-25 21:59:41 -04:00
pd6729.h
pxa2xx_base.c
pxa2xx_base.h
pxa2xx_lubbock.c
pxa2xx_mainstone.c
pxa2xx_sharpsl.c
ricoh.h
rsrc_mgr.c
rsrc_nonstatic.c
sa11xx_base.c
sa11xx_base.h
sa1100_assabet.c
sa1100_badge4.c
sa1100_cerf.c
sa1100_generic.c
sa1100_generic.h
sa1100_h3600.c
sa1100_jornada720.c
sa1100_neponset.c
sa1100_shannon.c
sa1100_simpad.c
sa1111_generic.c
sa1111_generic.h
soc_common.c IRQ: Maintain regs pointer globally rather than passing to IRQ handlers 2006-10-05 15:10:12 +01:00
soc_common.h
socket_sysfs.c pccard_store_cis: fix wrong error handling 2006-10-01 13:17:44 -07:00
tcic.c IRQ: Maintain regs pointer globally rather than passing to IRQ handlers 2006-10-05 15:10:12 +01:00
tcic.h
ti113x.h
topic.h
vg468.h
vrc4171_card.c IRQ: Maintain regs pointer globally rather than passing to IRQ handlers 2006-10-05 15:10:12 +01:00
vrc4173_cardu.c IRQ: Maintain regs pointer globally rather than passing to IRQ handlers 2006-10-05 15:10:12 +01:00
vrc4173_cardu.h
yenta_socket.c [PATCH] CONFIG_PM=n slim: drivers/pcmcia/* 2006-10-25 21:59:41 -04:00
yenta_socket.h