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

2017-05-02 Thread Jagan Teki
On Wed, May 3, 2017 at 11:47 AM, wrote: > From: Suniel Mahesh > > .probe method has been assigned twice when declaring > a driver with U_BOOT_DRIVER(). Removed one of them. > Here is the last commit which had the duplicate entry: > "spi: omap3: Convert to driver model" > (sha1: 77b8d04854f486741

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

2017-05-02 Thread suniel . spartan
From: Suniel Mahesh .probe method has been assigned twice when declaring a driver with U_BOOT_DRIVER(). Removed one of them. Here is the last commit which had the duplicate entry: "spi: omap3: Convert to driver model" (sha1: 77b8d04854f486741471ad02b93b473b5b3d72f8) Signed-off-by: Suniel Mahesh