aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/sata_vsc.c
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2005-11-05 21:22:39 +0000
committerRussell King <rmk+kernel@arm.linux.org.uk>2005-11-05 21:22:39 +0000
commit2c119aa8091a15a87920f09aa0f17e05960fe11b (patch)
tree28871ec8da0830362f045906fb2b97722cb6837f /drivers/scsi/sata_vsc.c
parentabbf268ae8f51e19779cdf3f5fbb8144f1a5fbc3 (diff)
[DRIVER MODEL] Fix sgivwfb
Statically allocated devices in module data is a potential cause of oopsen. The device may be in use by a userspace process, which will keep a reference to the device. If the module is unloaded, the module data will be freed. Subsequent use of the platform device will cause a kernel oops. Use generic platform device allocation/release code in modules. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/scsi/sata_vsc.c')
0 files changed, 0 insertions, 0 deletions