This patch fixes up some minor compilation problems.
/* ATA Command Identify successful */
int i;
__u16 *src, *dest;
- ata_fix_driveid(&info->drive);
+ ide_fix_driveid(&info->drive);
US_DEBUGP(" Identify Data Structure:\n");
US_DEBUGP(" config = 0x%x\n", info->drive.config);
* all the complex logic above, let's find them and eliminate them.
*/
if (len != srb->request_bufflen) {
- printk("USB len=%d, request_bufflen=%d\n", len, srb->request_bufflen);
- show_trace(NULL);
+ printk(KERN_ERR "USB len=%d, request_bufflen=%d\n", len, srb->request_bufflen);
+ printk(KERN_ERR "Fix this -- future 2.5 kernels will not work if this is not fixed!\n");
}
return len;