Skip to content

Commit 401082e

Browse files
ajaykathatnoglitch
authored andcommitted
wilc1000: update driver version to 15.4.1rc2
Signed-off-by: Ajay Singh <ajay.kathat@microchip.com>
1 parent 71e0e87 commit 401082e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/staging/wilc1000/sdio.c

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

drivers/staging/wilc1000/spi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ static struct spi_driver wilc_spi_driver = {
243243
};
244244
module_spi_driver(wilc_spi_driver);
245245
MODULE_LICENSE("GPL");
246-
MODULE_VERSION("15.4.1 rc1");
246+
MODULE_VERSION("15.4.1 rc2");
247247

248248
static int spi_data_rsp(struct wilc *wilc, u8 cmd)
249249
{

0 commit comments

Comments
 (0)