diff options
Diffstat (limited to 'drivers/atm/ambassador.c')
-rw-r--r-- | drivers/atm/ambassador.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/atm/ambassador.c b/drivers/atm/ambassador.c index 62a76076b548..f1a9198dfe5a 100644 --- a/drivers/atm/ambassador.c +++ b/drivers/atm/ambassador.c | |||
@@ -1925,7 +1925,7 @@ static int ucode_init(loader_block *lb, amb_dev *dev) | |||
1925 | const struct firmware *fw; | 1925 | const struct firmware *fw; |
1926 | unsigned long start_address; | 1926 | unsigned long start_address; |
1927 | const struct ihex_binrec *rec; | 1927 | const struct ihex_binrec *rec; |
1928 | const char *errmsg = 0; | 1928 | const char *errmsg = NULL; |
1929 | int res; | 1929 | int res; |
1930 | 1930 | ||
1931 | res = request_ihex_firmware(&fw, "atmsar11.fw", &dev->pci_dev->dev); | 1931 | res = request_ihex_firmware(&fw, "atmsar11.fw", &dev->pci_dev->dev); |