Elias Oltmanns wrote: > > + char buffer[255]; > > int ret; > > > > - buffer = kmalloc(255, GFP_KERNEL); > > - if (!buffer) > > - return -ENOMEM; > > - > > - init_cdrom_command(&cgc, buffer, 4, CGC_DATA_READ); > > + init_cdrom_command(&cgc, &buffer, 4, CGC_DATA_READ); > ^ > Careful here. They're the same in C. -jim -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html