diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-11-22 17:08:18 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-11-22 17:08:18 +0100 |
| commit | e7d7dc0e0e7ab68f1845e11b7574d83ac8015e0e (patch) | |
| tree | 72d317ef93f50aa80af2f67c9d109e7ff59413ff /p23.patch | |
| parent | 08ba5e5e533732546b64764231406dd6151342c1 (diff) | |
| download | patches-e7d7dc0e0e7ab68f1845e11b7574d83ac8015e0e.tar.gz | |
lots of patches and fixes added and made
Diffstat (limited to 'p23.patch')
| -rw-r--r-- | p23.patch | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/p23.patch b/p23.patch index 6e09808cf5201d..e25525418e8419 100644 --- a/p23.patch +++ b/p23.patch @@ -1,11 +1,11 @@ --- - drivers/rpmsg/virtio_rpmsg_bus.c | 21 ++++++++++++--------- + drivers/rpmsg/rpmsg_core.c | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) ---- a/drivers/rpmsg/virtio_rpmsg_bus.c -+++ b/drivers/rpmsg/virtio_rpmsg_bus.c -@@ -125,7 +125,8 @@ field##_show(struct device *dev, \ - struct rpmsg_channel *rpdev = to_rpmsg_channel(dev); \ +--- a/drivers/rpmsg/rpmsg_core.c ++++ b/drivers/rpmsg/rpmsg_core.c +@@ -275,7 +275,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"); -@@ -148,15 +149,17 @@ static ssize_t modalias_show(struct devi +@@ -290,15 +291,17 @@ static ssize_t modalias_show(struct devi return sprintf(buf, RPMSG_DEVICE_MODALIAS_FMT "\n", rpdev->id.name); } @@ -38,8 +38,8 @@ +ATTRIBUTE_GROUPS(rpmsg_dev); /* rpmsg devices and drivers are matched using the service name */ - static inline int rpmsg_id_match(const struct rpmsg_channel *rpdev, -@@ -427,7 +430,7 @@ static int rpmsg_dev_remove(struct devic + static inline int rpmsg_id_match(const struct rpmsg_device *rpdev, +@@ -393,7 +396,7 @@ static int rpmsg_dev_remove(struct devic static struct bus_type rpmsg_bus = { .name = "rpmsg", .match = rpmsg_dev_match, |
