linux/drivers/staging/sep
Alan Cox da3f825bc7 Staging: sep: Fix crash if a device is not found
The existing code works mostly by luck. The PCI probe is done by the
register and completes before the register returns thus allowing the other
init code to run in time. Without a SEP or if unlucky this doesn't occur
and you get an OOPS which for some reason causes grumpiness.

As the season of good b^Hcheer is supposed to be approaching we should
probably fix it.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2010-11-29 11:17:29 -08:00
..
Kconfig Staging: sep: Introduce sep driver 2010-11-19 17:20:40 -08:00
Makefile Staging: sep: Introduce sep driver 2010-11-19 17:20:40 -08:00
sep_dev.h Staging: sep: Introduce sep driver 2010-11-19 17:20:40 -08:00
sep_driver_api.h Staging: sep: Introduce sep driver 2010-11-19 17:20:40 -08:00
sep_driver_config.h Staging: sep: handle the memrar stuff in the headers 2010-11-29 11:17:27 -08:00
sep_driver_hw_defs.h Staging: sep: Introduce sep driver 2010-11-19 17:20:40 -08:00
sep_driver.c Staging: sep: Fix crash if a device is not found 2010-11-29 11:17:29 -08:00
TODO Staging: sep: Introduce sep driver 2010-11-19 17:20:40 -08:00