diff options
Diffstat (limited to 'util/inteltool/rootcmplx.c')
-rw-r--r-- | util/inteltool/rootcmplx.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/util/inteltool/rootcmplx.c b/util/inteltool/rootcmplx.c index 9c3f70f4ef..b67e230b9a 100644 --- a/util/inteltool/rootcmplx.c +++ b/util/inteltool/rootcmplx.c @@ -1,9 +1,9 @@ /* * inteltool - dump all registers on an Intel CPU + chipset based system. * - * Copyright (C) 2008 by coresystems GmbH - * written by Stefan Reinauer <stepan@coresystems.de> - * + * Copyright (C) 2008 by coresystems GmbH + * written by Stefan Reinauer <stepan@coresystems.de> + * * 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. @@ -51,7 +51,7 @@ int print_rcba(struct pci_dev *sb) } rcba = map_physical(rcba_phys, size); - + if (rcba == NULL) { perror("Error mapping RCBA"); exit(1); |