Bug 5169

Summary: drivers/usb/serial/whiteheat.c:1442: error: structure has no member named `flip'
Product: Drivers Reporter: Oleksij Rempel (fishor) (bug-track)
Component: USBAssignee: Greg Kroah-Hartman (greg)
Status: REJECTED WILL_NOT_FIX    
Severity: normal    
Priority: P2    
Hardware: i386   
OS: Linux   
Kernel Version: 2.6.13-mm1 Subsystem:
Regression: --- Bisected commit-id:
Bug Depends on:    
Bug Blocks: 5089    

Description Oleksij Rempel (fishor) 2005-09-01 05:44:15 UTC
CC [M]  drivers/usb/serial/whiteheat.o
drivers/usb/serial/whiteheat.c: In function `rx_data_softint':
drivers/usb/serial/whiteheat.c:1433: error: structure has no member named
`flip'drivers/usb/serial/whiteheat.c:1442: error: structure has no member named
`flip'drivers/usb/serial/whiteheat.c:1442: error: structure has no member named
`flip'drivers/usb/serial/whiteheat.c:1443: error: structure has no member named
`flip'drivers/usb/serial/whiteheat.c:1444: error: structure has no member named
`flip'make[3]: *** [drivers/usb/serial/whiteheat.o] Error 1
make[2]: *** [drivers/usb/serial] Error 2
make[1]: *** [drivers/usb] Error 2
make: *** [drivers] Error 2
Comment 1 Greg Kroah-Hartman 2005-09-01 09:47:09 UTC
This is due to the tty changes from Alan Cox.  Don't worry, that patch
isn't going to mainline for a while...

Comment 2 Greg Kroah-Hartman 2005-09-02 00:29:37 UTC
I'm going to close this for now, due to the rawness of that tty patch.