On 12/13/18 11:47 AM, Hannes Reinecke wrote: > No users, drop it. > > Signed-off-by: Hannes Reinecke <hare@xxxxxxxx> Reviewed-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@xxxxxxxxxxx> This patch is obviously correct and is independent of all other patches in the series so it should be moved at the beginning of the patchset (or simply applied now). Best regards, -- Bartlomiej Zolnierkiewicz Samsung R&D Institute Poland Samsung Electronics > --- > include/linux/libata.h | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/include/linux/libata.h b/include/linux/libata.h > index 4b5b174994b5..2f992b6ad626 100644 > --- a/include/linux/libata.h > +++ b/include/linux/libata.h > @@ -66,8 +66,6 @@ > #define VPRINTK(fmt, args...) > #endif /* ATA_VERBOSE_DEBUG */ > > -#define BPRINTK(fmt, args...) if (ap->flags & ATA_FLAG_DEBUGMSG) printk(KERN_ERR "%s: " fmt, __func__, ## args) > - > #define ata_print_version_once(dev, version) \ > ({ \ > static bool __print_once; \