aboutsummaryrefslogtreecommitdiffstats
path: root/net/lapb/lapb_in.c
diff options
context:
space:
mode:
authorAnton Vorontsov <[email protected]>2010-01-27 14:09:36 +0000
committerGreg Kroah-Hartman <[email protected]>2010-02-16 23:11:07 +0000
commit4c743d0ae60462e91465483dd87f4458d71af550 (patch)
treee0df7d620cb43f7bdb1181dd02dfb3159d4a8b47 /net/lapb/lapb_in.c
parentkfifo: Make kfifo_initialized work after kfifo_free (diff)
downloadkernel-4c743d0ae60462e91465483dd87f4458d71af550.tar.gz
kernel-4c743d0ae60462e91465483dd87f4458d71af550.zip
USB: FHCI: Fix build after kfifo rework
After kfifo rework FHCI fails to build: CC drivers/usb/host/fhci-tds.o drivers/usb/host/fhci-tds.c: In function 'fhci_ep0_free': drivers/usb/host/fhci-tds.c:108: error: used struct type value where scalar is required drivers/usb/host/fhci-tds.c:118: error: used struct type value where scalar is required drivers/usb/host/fhci-tds.c:128: error: used struct type value where scalar is required This is because kfifos are no longer pointers in the ep struct. So, instead of checking the pointers, we should now check if kfifo is initialized. Reported-by: Josh Boyer <[email protected]> Signed-off-by: Anton Vorontsov <[email protected]> Acked-by: Stefani Seibold <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'net/lapb/lapb_in.c')
0 files changed, 0 insertions, 0 deletions