Re: [PATCH 3/8] rename cdev_open() -> cdev_open_name()

2022-02-07 Thread Ahmad Fatoum
On 07.02.22 10:49, Sascha Hauer wrote: > The cdev_* functions normally take a struct cdev * argument, with the > exception of cdev_open(). Rename cdev_open() to cdev_open_name() to > be able to implement cdev_open() with the expected semantics in the next > step. Nitpick: cdev_open_by_name would a

[PATCH 3/8] rename cdev_open() -> cdev_open_name()

2022-02-07 Thread Sascha Hauer
The cdev_* functions normally take a struct cdev * argument, with the exception of cdev_open(). Rename cdev_open() to cdev_open_name() to be able to implement cdev_open() with the expected semantics in the next step. Signed-off-by: Sascha Hauer --- arch/arm/mach-mxs/ocotp.c | 2 +- arch/arm/mac