Skip to content

Commit 98f811c

Browse files
committed
wilc1000: update version to 15.6
Signed-off-by: Ajay Singh <ajay.kathat@microchip.com>
1 parent ab56846 commit 98f811c

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
@@ -1133,4 +1133,4 @@ module_driver(wilc_sdio_driver,
11331133
sdio_register_driver,
11341134
sdio_unregister_driver);
11351135
MODULE_LICENSE("GPL");
1136-
MODULE_VERSION("15.5");
1136+
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
@@ -290,7 +290,7 @@ static struct spi_driver wilc_spi_driver = {
290290
};
291291
module_spi_driver(wilc_spi_driver);
292292
MODULE_LICENSE("GPL");
293-
MODULE_VERSION("15.5");
293+
MODULE_VERSION("15.6");
294294

295295
static int wilc_spi_tx(struct wilc *wilc, u8 *b, u32 len)
296296
{

0 commit comments

Comments
 (0)