diff options
Diffstat (limited to 'nvdebug_entry.c')
-rw-r--r-- | nvdebug_entry.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nvdebug_entry.c b/nvdebug_entry.c index 4eb44a2..c362209 100644 --- a/nvdebug_entry.c +++ b/nvdebug_entry.c | |||
@@ -99,6 +99,8 @@ int probe_and_cache_device(void) { | |||
99 | if (ids.raw == -1) | 99 | if (ids.raw == -1) |
100 | return -EADDRNOTAVAIL; | 100 | return -EADDRNOTAVAIL; |
101 | g_nvdebug_state[i].chip_id = ids.chip_id; | 101 | g_nvdebug_state[i].chip_id = ids.chip_id; |
102 | g_nvdebug_state[i].pcid = NULL; | ||
103 | g_nvdebug_state[i].bar3 = NULL; | ||
102 | printk(KERN_INFO "[nvdebug] Chip ID %x (architecture %s) detected on platform bus and initialized.", | 104 | printk(KERN_INFO "[nvdebug] Chip ID %x (architecture %s) detected on platform bus and initialized.", |
103 | ids.chip_id, ARCH2NAME(ids.architecture)); | 105 | ids.chip_id, ARCH2NAME(ids.architecture)); |
104 | i++; | 106 | i++; |