diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2007-11-14 16:59:22 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-11-14 18:45:39 -0800 |
commit | 350d0076c5763ca2b88ca05e3889bfa7c1905f21 (patch) | |
tree | 94221d457f4f7424e9ff10789f9289181ecc5066 /drivers/spi/spi_txx9.c | |
parent | cbff2fbf55c21f50298b1aef1263b11bf510e35f (diff) |
spi: fix double-free on spi_unregister_master
After 49dce689ad4ef0fd1f970ef762168e4bd46f69a3, device_for_each_child
iteration hits the master device itself. Do not call spi_unregister_device()
for the master device.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Acked-by: David Brownell <david-b@pacbell.net>
Cc: <stable@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/spi/spi_txx9.c')
0 files changed, 0 insertions, 0 deletions