Re: [PATCH 01/14] staging: most: add new file configfs.c

2019-03-22 Thread Dan Carpenter
On Thu, Mar 21, 2019 at 02:26:02PM +0100, Christian Gromm wrote: > +static ssize_t mdev_link_direction_store(struct config_item *item, > + const char *page, size_t count) > +{ > + struct mdev_link *mdev_link = to_mdev_link(item); > + char *buf = (char *)

Re: [PATCH 01/14] staging: most: add new file configfs.c

2019-03-22 Thread Dan Carpenter
On Thu, Mar 21, 2019 at 02:26:02PM +0100, Christian Gromm wrote: > This patch adds the file configfs.c to the driver directory. The file > registers the necessary subsystems with configfs in order to move the > driver configuration from sysfs to configfs. > > Signed-off-by: Christian Gromm > ---

[PATCH 01/14] staging: most: add new file configfs.c

2019-03-21 Thread Christian Gromm
This patch adds the file configfs.c to the driver directory. The file registers the necessary subsystems with configfs in order to move the driver configuration from sysfs to configfs. Signed-off-by: Christian Gromm --- drivers/staging/most/configfs.c | 659 ++