Re: [U-Boot] [PATCH] drivers: spi: Remove duplicate .probe method

2017-05-02 Thread Jagan Teki
On Tue, May 2, 2017 at 9:36 PM, Suniel Mahesh wrote: > On Tuesday 02 May 2017 04:19 PM, Jagan Teki wrote: >> >> On Sat, Apr 29, 2017 at 12:32 AM, wrote: >>> >>> From: Suniel Mahesh >>> >>> .probe method has been

Re: [U-Boot] [PATCH] drivers: spi: Remove duplicate .probe method

2017-05-02 Thread Suniel Mahesh
On Tuesday 02 May 2017 04:19 PM, Jagan Teki wrote: On Sat, Apr 29, 2017 at 12:32 AM, wrote: From: Suniel Mahesh .probe method has been assigned twice when declaring a a driver with U_BOOT_DRIVER(). Removed one of them. Thanks, Can you

Re: [U-Boot] [PATCH] drivers: spi: Remove duplicate .probe method

2017-05-02 Thread Jagan Teki
On Sat, Apr 29, 2017 at 12:32 AM, wrote: > From: Suniel Mahesh > > .probe method has been assigned twice when declaring a > a driver with U_BOOT_DRIVER(). Removed one of them. Thanks, Can you mark the details here like which commit has done

[U-Boot] [PATCH] drivers: spi: Remove duplicate .probe method

2017-04-28 Thread suniel . spartan
From: Suniel Mahesh .probe method has been assigned twice when declaring a a driver with U_BOOT_DRIVER(). Removed one of them. Signed-off-by: Suniel Mahesh --- Note: Tested on latest u-boot mainline tree and maintainers u-boot-spi tree, no