diff options
Diffstat (limited to 'p23.patch')
| -rw-r--r-- | p23.patch | 6 |
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, |
