I ACKed this patch for aacraid and ips in the past, I continue to support it. Sincerely -- Mark Salyzyn > -----Original Message----- . . . > From: Marcin Slusarz <marcin.slusarz@xxxxxxxxx> > > replace all: > little_endian_variable = > cpu_to_leX(leX_to_cpu(little_endian_variable) + > expression_in_cpu_byteorder); > with: > leX_add_cpu(&little_endian_variable, > expression_in_cpu_byteorder); > generated with semantic patch > > Signed-off-by: Marcin Slusarz <marcin.slusarz@xxxxxxxxx> > Cc: James.Bottomley@xxxxxxxxxxxxxxxxxxxxx > Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> . . . -- 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