Re: [PATCH v2 1/2] mmc: Check for device with a seq number equal to num before checking against index

2021-07-07 Thread Ricardo Salveti
Hi Aswath, Thanks for the quick response. On Wed, Jul 7, 2021 at 1:55 AM Aswath Govindraju wrote: > > Hi Ricardo, > > On 07/07/21 4:39 am, Ricardo Salveti wrote: > > Hi Aswath, > > > > On Thu, Mar 25, 2021 at 4:19 AM Aswath Govindraju > > wrote: > >> > >> First check if there is an alias for

Re: [PATCH v2 1/2] mmc: Check for device with a seq number equal to num before checking against index

2021-07-06 Thread Aswath Govindraju
Hi Ricardo, On 07/07/21 4:39 am, Ricardo Salveti wrote: > Hi Aswath, > > On Thu, Mar 25, 2021 at 4:19 AM Aswath Govindraju wrote: >> >> First check if there is an alias for the device tree node defined with the >> given num before checking against device index. >> >> Signed-off-by: Aswath

Re: [PATCH v2 1/2] mmc: Check for device with a seq number equal to num before checking against index

2021-07-06 Thread Ricardo Salveti
Hi Aswath, On Thu, Mar 25, 2021 at 4:19 AM Aswath Govindraju wrote: > > First check if there is an alias for the device tree node defined with the > given num before checking against device index. > > Signed-off-by: Aswath Govindraju > Reviewed-by: Lokesh Vutla > Reviewed-by: Jaehoon Chung >

[PATCH v2 1/2] mmc: Check for device with a seq number equal to num before checking against index

2021-03-25 Thread Aswath Govindraju
First check if there is an alias for the device tree node defined with the given num before checking against device index. Signed-off-by: Aswath Govindraju Reviewed-by: Lokesh Vutla Reviewed-by: Jaehoon Chung --- drivers/mmc/mmc.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-)