aboutsummaryrefslogtreecommitdiffstats
path: root/p23.patch
diff options
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-04-10 15:18:10 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-04-10 15:18:10 +0200
commitd330c5b27ba6318556007d16833bd7d3748723dc (patch)
tree348e524486b51845bbc0d961ec7270b50d489955 /p23.patch
parent80110d83f22bdbff0a6973bec911f34eb433c428 (diff)
downloadpatches-d330c5b27ba6318556007d16833bd7d3748723dc.tar.gz
patches refreshed
Diffstat (limited to 'p23.patch')
-rw-r--r--p23.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/p23.patch b/p23.patch
index 6a652165b8467e..ca65e73be073f7 100644
--- a/p23.patch
+++ b/p23.patch
@@ -4,7 +4,7 @@
--- a/drivers/rpmsg/rpmsg_core.c
+++ b/drivers/rpmsg/rpmsg_core.c
-@@ -310,7 +310,8 @@ field##_show(struct device *dev, \
+@@ -330,7 +330,8 @@ field##_show(struct device *dev, \
struct rpmsg_device *rpdev = to_rpmsg_device(dev); \
\
return sprintf(buf, format_string, rpdev->path); \
@@ -14,7 +14,7 @@
/* for more info, see Documentation/ABI/testing/sysfs-bus-rpmsg */
rpmsg_show_attr(name, id.name, "%s\n");
-@@ -325,15 +326,17 @@ static ssize_t modalias_show(struct devi
+@@ -345,15 +346,17 @@ static ssize_t modalias_show(struct devi
return sprintf(buf, RPMSG_DEVICE_MODALIAS_FMT "\n", rpdev->id.name);
}
@@ -39,7 +39,7 @@
/* rpmsg devices and drivers are matched using the service name */
static inline int rpmsg_id_match(const struct rpmsg_device *rpdev,
-@@ -435,7 +438,7 @@ static int rpmsg_dev_remove(struct devic
+@@ -455,7 +458,7 @@ static int rpmsg_dev_remove(struct devic
static struct bus_type rpmsg_bus = {
.name = "rpmsg",
.match = rpmsg_dev_match,