On Fri, Dec 7, 2018 at 4:45 PM Christoph Hellwig <hch@xxxxxxxxxxxxx> wrote: > > On Fri, Dec 07, 2018 at 02:48:17PM +0100, Arnd Bergmann wrote: > > The dreamcast RTC support has an extra level of indirection to > > provide either the old read_persistent_clock/update_persistent_clock > > interface or the rtc-generic device for hctosys/systohc. > > s/dreamcast/sh/ in the above sentence? Also repeated in the other > patches. Right, I guess this is at least ambiguous. What I was trying to express here is that I'm taking the indirection out for dreamcast specifically. In the other patches, I obviously copied it wrong. Fixed now in my branch, thanks for the review! Arnd