śr., 20 lut 2019 o 13:15 Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> napisał(a): > > On Wed, Feb 20, 2019 at 12:21:26PM +0100, Bartosz Golaszewski wrote: > > śr., 20 lut 2019 o 12:16 Greg Kroah-Hartman > > <gregkh@xxxxxxxxxxxxxxxxxxx> napisał(a): > > > > > > On Wed, Feb 20, 2019 at 12:12:39PM +0100, Bartosz Golaszewski wrote: > > > > From: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx> > > > > > > > > There are currently 1200+ instances of using platform_get_resource() > > > > and devm_ioremap_resource() together in the kernel tree. > > > > > > > > This patch wraps these two calls in a single helper. Thanks to that > > > > we don't have to declare a local variable for struct resource * and can > > > > omit the redundant argument for resource type. We also have one > > > > function call less. > > > > > > > > Signed-off-by: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx> > > > > > > Acked-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> > > > > > > > Should this go through the driver-core tree? > > No need, put it through the tree for patch 2/2. > > thanks, > > greg k-h Linus, can you take the two patches for v5.1? Bart