Re: [PATCH 3/3] ata: sata_dwc_460ex: get rid of global data

2015-12-17 Thread Måns Rullgård
Andy Shevchenko writes: > On Thu, 2015-12-17 at 15:19 +, Måns Rullgård wrote: >> Andy Shevchenko writes: >> >> > On Tue, 2015-12-15 at 23:25 +, Mans Rullgard wrote: >> > > This moves all global data into the driver private struct, thus >> > > permitting multiple devices of this type to

Re: [PATCH 3/3] ata: sata_dwc_460ex: get rid of global data

2015-12-17 Thread Andy Shevchenko
On Thu, 2015-12-17 at 15:19 +, Måns Rullgård wrote: > Andy Shevchenko writes: > > > On Tue, 2015-12-15 at 23:25 +, Mans Rullgard wrote: > > > This moves all global data into the driver private struct, thus > > > permitting multiple devices of this type to be used. > > > > > > > Nice! >

Re: [PATCH 3/3] ata: sata_dwc_460ex: get rid of global data

2015-12-17 Thread Måns Rullgård
Andy Shevchenko writes: > On Tue, 2015-12-15 at 23:25 +, Mans Rullgard wrote: >> This moves all global data into the driver private struct, thus >> permitting multiple devices of this type to be used. >> > > Nice! > > Btw, last time Linus complained about new warnings. Most of them I have >

Re: [PATCH 3/3] ata: sata_dwc_460ex: get rid of global data

2015-12-17 Thread Andy Shevchenko
On Tue, 2015-12-15 at 23:25 +, Mans Rullgard wrote: > This moves all global data into the driver private struct, thus > permitting multiple devices of this type to be used. > Nice! Btw, last time Linus complained about new warnings. Most of them I have fixed when moved to external DMA driver