Jürgen E. Fischer <fischer@xxxxxxxxxxxxxxxx> wrote: > > On Fri, Feb 17, 2006 at 21:10:49 -0800, Andrew Morton wrote: > > > I just tried to compile the Linux Kernel version 2.6.11.12 > > > with the most excellent Intel C compiler. It said > > > > > > drivers/scsi/pcmcia/aha152x_stub.c(313): remark #592: variable "tmp" is used > > > before its value is set > > > tmp.device->host = info->host; > > > ^ > > > > > > This is clearly broken code, since the field tmp.device has not been > > > initialised, and so isn't pointing to anything. > > Fix below. Thanks. Could we please have a more complete description of this change? It's obviosly doing more than fixing a used-uninitialised bug.. - : 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