On Sat, Nov 05, 2016 at 08:31:11PM +0100, Shiva Kerdel wrote: > Replace all occurences of (1 << x) by BIT(x) in the file vme_pio2.h to > get rid of checkpatch.pl "check" output "Prefer using the BIT macro". > > Signed-off-by: Shiva Kerdel <sh...@exdev.nl> > --- > drivers/staging/vme/devices/vme_pio2.h | 86 > +++++++++++++++++----------------- > 1 file changed, 43 insertions(+), 43 deletions(-)
Someone else sent this same patch a few days before you did, sorry. greg k-h