diff options
Diffstat (limited to 'util/inteltool/memory.c')
-rw-r--r-- | util/inteltool/memory.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/inteltool/memory.c b/util/inteltool/memory.c index 5c5a07e03a..393725b0ff 100644 --- a/util/inteltool/memory.c +++ b/util/inteltool/memory.c @@ -1,8 +1,8 @@ /* * inteltool - dump all registers on an Intel CPU + chipset based system. * - * Copyright (C) 2008-2010 by coresystems GmbH - * + * Copyright (C) 2008-2010 by coresystems GmbH + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; version 2 of the License. @@ -60,7 +60,7 @@ int print_mchbar(struct pci_dev *nb) } mchbar = map_physical(mchbar_phys, size); - + if (mchbar == NULL) { perror("Error mapping MCHBAR"); exit(1); |