[PATCH] i386/x86-64: Remove checks for value == NULL in PCI config space access
authorAndi Kleen <ak@suse.de>
Tue, 11 Apr 2006 10:54:48 +0000 (12:54 +0200)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 11 Apr 2006 13:38:57 +0000 (06:38 -0700)
commitecc16ba96fd5b1a1c1988f0a2b05ff954bdff728
tree57a994d0741ddef2c869db0ef83d3456cc6a13df
parent3d8a4d795cc1ffa6be5371629ca6c3431af4c2d5
[PATCH] i386/x86-64: Remove checks for value == NULL in PCI config space access

Nobody should pass NULL here. Could in theory make it a BUG,
but the NULL pointer oops will do as well.

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/pci/direct.c
arch/i386/pci/mmconfig.c
arch/x86_64/pci/mmconfig.c