commit | a9ddabc52ce3757a4331d6c1e8bf4065333cc51b | [log] [tgz] |
---|---|---|
author | Sergei Shtylyov <sshtylyov@ru.mvista.com> | Tue May 11 00:08:03 2010 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue May 11 00:08:03 2010 -0700 |
tree | 3ed67e857fe0b729aed9b466ea5827e9c8e0114a | |
parent | f693be4d8a00431b53a59d74aefdb3f7ae92f662 [diff] |
cmd640: fix kernel oops in test_irq() method When implementing the test_iqr() method, I forgot that this driver is not an ordinary PCI driver and also needs to support VLB variant of the chip. Moreover, 'hwif->dev' should be NULL, potentially causing oops in pci_read_config_byte(). Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com> Signed-off-by: David S. Miller <davem@davemloft.net>