Re: [PATCH 01/10] staging: gasket: save struct device for a gasket device

2018-07-27 Thread Todd Poynor
On Fri, Jul 27, 2018 at 8:09 AM Greg Kroah-Hartman wrote: > > On Thu, Jul 26, 2018 at 08:07:28PM -0700, Todd Poynor wrote: > > From: Todd Poynor > > > > Save the struct device pointer to a gasket device in gasket's metadata, > > to facilitate use of standard logging calls and in anticipation of >

Re: [PATCH 01/10] staging: gasket: save struct device for a gasket device

2018-07-27 Thread Greg Kroah-Hartman
On Thu, Jul 26, 2018 at 08:07:28PM -0700, Todd Poynor wrote: > From: Todd Poynor > > Save the struct device pointer to a gasket device in gasket's metadata, > to facilitate use of standard logging calls and in anticipation of > non-PCI gasket devices in the future. > > Signed-off-by: Todd Poynor

[PATCH 01/10] staging: gasket: save struct device for a gasket device

2018-07-26 Thread Todd Poynor
From: Todd Poynor Save the struct device pointer to a gasket device in gasket's metadata, to facilitate use of standard logging calls and in anticipation of non-PCI gasket devices in the future. Signed-off-by: Todd Poynor --- drivers/staging/gasket/gasket_core.c | 5 +++-- drivers/staging/gask