cc linux-scsi added
On Wed, 2010-08-04 at 13:13 +1000, Stephen Rothwell wrote:
So this one looks to be a compiler error. in the none CONFIG_PM_OPS
case, we have
scsi_priv.h:#define scsi_bus_pm_ops (*NULL)
So &scsi_bus_pm_ops should be NULL (not a deref of null).
James
--