Update of /cvsroot/linux1394/ieee1394
In directory usw-pr-cvs1:/tmp/cvs-serv22719
Modified Files:
ohci1394.c pcilynx.c
Log Message:
Do not kfree() the lynx or ohci struct when removing a card. DUH! This was
allocated as part of the hpsb_host struct with hpsb_alloc_host(), so the
hpsb_remove_host will take care of that memory.