Re: [U-Boot] [PATCH 9/9] mmc: sunxi: Mark end of DM_MMC #ifdefs

2019-01-31 Thread Andre Przywara
On Thu, 31 Jan 2019 03:04:21 -0700 Simon Glass wrote: > Hi Andre, > > On Fri, 18 Jan 2019 at 18:33, Andre Przywara > wrote: > > > > The Allwinner MMC supports both the legacy approach and the driver > > model, at the cost of quite some #ifdefs. > > > > Mark the closing #endifs with their

Re: [U-Boot] [PATCH 9/9] mmc: sunxi: Mark end of DM_MMC #ifdefs

2019-01-31 Thread Simon Glass
Hi Andre, On Fri, 18 Jan 2019 at 18:33, Andre Przywara wrote: > > The Allwinner MMC supports both the legacy approach and the driver model, > at the cost of quite some #ifdefs. > > Mark the closing #endifs with their respective config symbol, to make it > more obvious where each part ends and

[U-Boot] [PATCH 9/9] mmc: sunxi: Mark end of DM_MMC #ifdefs

2019-01-18 Thread Andre Przywara
The Allwinner MMC supports both the legacy approach and the driver model, at the cost of quite some #ifdefs. Mark the closing #endifs with their respective config symbol, to make it more obvious where each part ends and begins. Signed-off-by: Andre Przywara --- drivers/mmc/sunxi_mmc.c | 6