diff options
Diffstat (limited to 'drivers/firmware/iscsi_ibft_find.c')
-rw-r--r-- | drivers/firmware/iscsi_ibft_find.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firmware/iscsi_ibft_find.c b/drivers/firmware/iscsi_ibft_find.c index d0e5fa4ea51b..11f17440fea6 100644 --- a/drivers/firmware/iscsi_ibft_find.c +++ b/drivers/firmware/iscsi_ibft_find.c | |||
@@ -58,7 +58,7 @@ void __init reserve_ibft_region(void) | |||
58 | unsigned int len = 0; | 58 | unsigned int len = 0; |
59 | void *virt; | 59 | void *virt; |
60 | 60 | ||
61 | ibft_addr = 0; | 61 | ibft_addr = NULL; |
62 | 62 | ||
63 | for (pos = IBFT_START; pos < IBFT_END; pos += 16) { | 63 | for (pos = IBFT_START; pos < IBFT_END; pos += 16) { |
64 | /* The table can't be inside the VGA BIOS reserved space, | 64 | /* The table can't be inside the VGA BIOS reserved space, |