Re: Unable to handle kernel NULL pointer... on cat /proc/pci

Gabriel Paubert (paubert@iram.es)
Wed, 24 Sep 1997 20:48:21 +0200 (METDST)


Sorry, there was a typo in my last patch, the line
+ if (hdr_type &0x7f>2) {
shoud actually be:
+ if ( (hdr_type&0x7f) > 2) {

Gabriel.