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

Magnus Sjoegren (m-23347@mailbox.swipnet.se)
Wed, 24 Sep 1997 21:17:52 +0200 (MET DST)


On Wed, 24 Sep 1997, Gabriel Paubert wrote:

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

Should have noticed this myself :)
The symptoms are still the same though.

Magnus