Re: [PATCH 1/7] PCI Error Recovery: header file patch

From: Stephen Hemminger
Date: Tue Nov 08 2005 - 19:12:21 EST



>
> +/** The pci_channel state describes connectivity between the CPU and
> + * the pci device. If some PCI bus between here and the pci device
> + * has crashed or locked up, this info is reflected here.
> + */
> +typedef int __bitwise pci_channel_state_t;

Bit operations should be on unsigned not signed value.


--
Stephen Hemminger <shemminger@xxxxxxxx>
OSDL http://developer.osdl.org/~shemminger
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/