From: Dave Penkler Date: Tue, 15 Dec 2020 15:56:21 +0000 (+0100) Subject: USB: usbtmc: Bump USBTMC_API_VERSION value X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=614b388c34265948fbb3c5803ad72aa1898f2f93;p=uclinux-h8%2Flinux.git USB: usbtmc: Bump USBTMC_API_VERSION value The previous patches in this series have changed the behaviour of the driver and added new calls. Tested-by: Jian-Wei Wu Reviewed-by: Guido Kiener Signed-off-by: Dave Penkler Link: https://lore.kernel.org/r/20201215155621.9592-5-dpenkler@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/class/usbtmc.c b/drivers/usb/class/usbtmc.c index d2fcc698c745..74d5a9c5238a 100644 --- a/drivers/usb/class/usbtmc.c +++ b/drivers/usb/class/usbtmc.c @@ -25,7 +25,7 @@ /* Increment API VERSION when changing tmc.h with new flags or ioctls * or when changing a significant behavior of the driver. */ -#define USBTMC_API_VERSION (2) +#define USBTMC_API_VERSION (3) #define USBTMC_HEADER_SIZE 12 #define USBTMC_MINOR_BASE 176