Re: [PATCH 2/9] mtd: add mtd_is_master helper

2024-07-02 Thread Marco Felsch
On 24-07-01, Sergei Shtylyov wrote: > On 7/1/24 4:53 PM, Marco Felsch wrote: > > > Provide a simple helper to make it easy to detect an master mtd device. > > > > Signed-off-by: Marco Felsch > > --- > > include/linux/mtd/mtd.h | 5 + > > 1 file changed, 5 insertions(+) > > > > diff --git a

Re: [PATCH 2/9] mtd: add mtd_is_master helper

2024-07-01 Thread Sergei Shtylyov
On 7/1/24 4:53 PM, Marco Felsch wrote: > Provide a simple helper to make it easy to detect an master mtd device. > > Signed-off-by: Marco Felsch > --- > include/linux/mtd/mtd.h | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/include/linux/mtd/mtd.h b/include/linux/mtd/mtd.h > ind

[PATCH 2/9] mtd: add mtd_is_master helper

2024-07-01 Thread Marco Felsch
Provide a simple helper to make it easy to detect an master mtd device. Signed-off-by: Marco Felsch --- include/linux/mtd/mtd.h | 5 + 1 file changed, 5 insertions(+) diff --git a/include/linux/mtd/mtd.h b/include/linux/mtd/mtd.h index 8d10d9d2e830..bf3fc2ea7230 100644 --- a/include/linux/m