Hi all,

In the latest 2.5.x bleeding edge bk tree, set_bit() and friends have
changed to require a long as the second parameter.  Here are the warning
messages I get when building the USB tree:

ehci-hub.c: In function `ehci_hub_status_data':
ehci-hub.c:94: warning: passing arg 2 of `set_bit' from incompatible pointer type
ehci-hub.c: In function `ehci_hub_control':
ehci-hub.c:227: warning: passing arg 2 of `set_bit' from incompatible pointer type
ehci-hub.c:229: warning: passing arg 2 of `set_bit' from incompatible pointer type
ehci-hub.c:232: warning: passing arg 2 of `set_bit' from incompatible pointer type
ehci-hub.c:237: warning: passing arg 2 of `set_bit' from incompatible pointer type
ehci-hub.c:255: warning: passing arg 2 of `set_bit' from incompatible pointer type
ehci-hub.c:256: warning: passing arg 2 of `set_bit' from incompatible pointer type
ehci-hub.c:259: warning: passing arg 2 of `set_bit' from incompatible pointer type
ehci-hub.c:261: warning: passing arg 2 of `set_bit' from incompatible pointer type
ehci-hub.c:263: warning: passing arg 2 of `set_bit' from incompatible pointer type
ehci-hub.c:265: warning: passing arg 2 of `set_bit' from incompatible pointer type
ehci-hub.c:267: warning: passing arg 2 of `set_bit' from incompatible pointer type
ohci-hub.c: In function `ohci_hub_status_data':
ohci-hub.c:99: warning: passing arg 2 of `set_bit' from incompatible pointer type
uhci.c: In function `uhci_set_next_interrupt':
uhci.c:124: warning: passing arg 2 of `set_bit' from incompatible pointer type
uhci.c: In function `uhci_clear_next_interrupt':
uhci.c:133: warning: passing arg 2 of `clear_bit' from incompatible pointer type
uhci.c: In function `uhci_fixup_toggle':
uhci.c:478: warning: passing arg 2 of `set_bit' from incompatible pointer type
uhci.c:480: warning: passing arg 2 of `clear_bit' from incompatible pointer type
uhci.c: In function `uhci_result_control':
uhci.c:964: warning: passing arg 2 of `clear_bit' from incompatible pointer type
uhci.c: In function `uhci_result_interrupt':
uhci.c:1140: warning: passing arg 2 of `clear_bit' from incompatible pointer type
uhci.c: In function `uhci_fsbr_timeout':
uhci.c:1855: warning: passing arg 2 of `set_bit' from incompatible pointer type

I didn't see an easy fix for these warnings, so patches from the authors
are greatly appreciated :)

thanks,

greg k-h


_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to