Skip to content

Commit 9f95387

Browse files
ajaykathatnoglitch
authored andcommitted
wilc1000: update version to 15.6
Signed-off-by: Ajay Singh <ajay.kathat@microchip.com>
1 parent e152c74 commit 9f95387

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/net/wireless/microchip/wilc1000/sdio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1126,4 +1126,4 @@ module_driver(wilc_sdio_driver,
11261126
sdio_register_driver,
11271127
sdio_unregister_driver);
11281128
MODULE_LICENSE("GPL");
1129-
MODULE_VERSION("15.5");
1129+
MODULE_VERSION("15.6");

drivers/net/wireless/microchip/wilc1000/spi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ static struct spi_driver wilc_spi_driver = {
292292
};
293293
module_spi_driver(wilc_spi_driver);
294294
MODULE_LICENSE("GPL");
295-
MODULE_VERSION("15.5");
295+
MODULE_VERSION("15.6");
296296

297297
static int wilc_spi_tx(struct wilc *wilc, u8 *b, u32 len)
298298
{

0 commit comments

Comments
 (0)