On Mon, 2015-05-18 at 04:21 +0000, Narsimhulu Musini (nmusini) wrote: > Hi James, > > Added dependency in Kconfig for x86 to avoid its inclusion on other > architectures. Will it be help, if it is changed to x86_64?. Not really. The problem is that if you introduce code that isn't clean from the bit width or endianness perspective, the static checkers will pick it up and flag it and we'll just get a flood of errors reported in the driver. Plus from the maintenance perspective, the code needs to be clean (which is why the static checkers are looking for this). James -- 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