diff options
author | John Klug <john.klug@multitech.com> | 2019-02-04 15:04:33 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-02-04 15:04:33 -0600 |
commit | f4213f291c0a0d708333bf078c87304ddaac289a (patch) | |
tree | 5532a0593727dfb22ecc9c3179464cb93c4e0ef9 /io-module/mts-io.c | |
parent | 0c165f032610aeeb334f2e397cebcec3b9d45d11 (diff) | |
download | mts-io-f4213f291c0a0d708333bf078c87304ddaac289a.tar.gz mts-io-f4213f291c0a0d708333bf078c87304ddaac289a.tar.bz2 mts-io-f4213f291c0a0d708333bf078c87304ddaac289a.zip |
Close the comment4.1.0
Diffstat (limited to 'io-module/mts-io.c')
-rw-r--r-- | io-module/mts-io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io-module/mts-io.c b/io-module/mts-io.c index bfaf726..a17ff3c 100644 --- a/io-module/mts-io.c +++ b/io-module/mts-io.c @@ -924,7 +924,7 @@ static int __init mts_io_init(void) * the probe function. If we don't remove the * probe function, we will do a 2nd probe in * platform_device_add, which will result in a - * stack trace in the log. + * stack trace in the log. */ ret = platform_driver_register(&mts_io_driver); if (ret) printk(KERN_ERR "mts-io: probe failed: %d\n", ret); |