git: 785a5b8d91ab - stable/13 - rtsx: Update driver version number to 2.1c

From: Alexander Motin <mav_at_FreeBSD.org>
Date: Wed, 23 Feb 2022 01:05:34 UTC
The branch stable/13 has been updated by mav:

URL: https://cgit.FreeBSD.org/src/commit/?id=785a5b8d91ab930d5941b36b7c6746003a940d1f

commit 785a5b8d91ab930d5941b36b7c6746003a940d1f
Author:     Henri Hennebert <hlh@restart.be>
AuthorDate: 2022-02-03 23:24:27 +0000
Commit:     Alexander Motin <mav@FreeBSD.org>
CommitDate: 2022-02-23 00:39:53 +0000

    rtsx: Update driver version number to 2.1c
    
    Differential Revision:  https://reviews.freebsd.org/D32154
    
    (cherry picked from commit ad494d3b2d4d46af5d27e2b569ba708adeea7624)
---
 sys/dev/rtsx/rtsx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/rtsx/rtsx.c b/sys/dev/rtsx/rtsx.c
index 7c0c8b21d815..7492b94461de 100644
--- a/sys/dev/rtsx/rtsx.c
+++ b/sys/dev/rtsx/rtsx.c
@@ -169,7 +169,7 @@ struct rtsx_softc {
 #define	RTSX_RTL8411		0x5289
 #define	RTSX_RTL8411B		0x5287
 
-#define	RTSX_VERSION		"2.1b"
+#define	RTSX_VERSION		"2.1c"
 
 static const struct rtsx_device {
 	uint16_t	vendor_id;