aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2018-04-30 13:27:16 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2018-04-30 13:27:16 -0700
commit8188fc8bef8c677d28a9dbbd2db6deaee1644180 (patch)
tree381c67b1e2957940a33fca26f9eac1c086ec1f29 /drivers
parentLinux v4.17-rc3 (diff)
parentsparc: vio: use put_device() instead of kfree() (diff)
downloadlinux-dev-8188fc8bef8c677d28a9dbbd2db6deaee1644180.tar.xz
linux-dev-8188fc8bef8c677d28a9dbbd2db6deaee1644180.zip
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
- Fixup license text for oradax driver, from Rob Gardner. - Release device object with put_device() instead of straight kfree(), from Arvind Yadav. * git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc: sparc: vio: use put_device() instead of kfree() sparc64: Fix mistake in oradax license text
Diffstat (limited to 'drivers')
-rw-r--r--drivers/sbus/char/oradax.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sbus/char/oradax.c b/drivers/sbus/char/oradax.c
index c44d7c7ffc92..1754f55e2fac 100644
--- a/drivers/sbus/char/oradax.c
+++ b/drivers/sbus/char/oradax.c
@@ -3,7 +3,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,