Re: [PATCH 3/3] tpm: Get rid of devname

2016-02-13 Thread Jarkko Sakkinen
On Fri, Feb 12, 2016 at 05:04:31PM -0700, Jason Gunthorpe wrote: > Now that we have a proper struct device just use dev_name() to > access this value instead of keeping two copies. > > Signed-off-by: Jason Gunthorpe Reviewed-by: Jarkko Sakkinen /Jarkko > --- > drivers/char/tpm/tpm-chip.c

Re: [PATCH 3/3] tpm: Get rid of devname

2016-02-12 Thread Jason Gunthorpe
On Sat, Feb 13, 2016 at 09:01:06AM +0800, kbuild test robot wrote: > url: > https://github.com/0day-ci/linux/commits/Jason-Gunthorpe/tpm-Hold-the-kref-during-tpm_chip_find_get/20160213-080824 > config: xtensa-allyesconfig (attached as .config) > reproduce: > wget > https://git.kernel.

Re: [PATCH 3/3] tpm: Get rid of devname

2016-02-12 Thread kbuild test robot
Hi Jason, [auto build test WARNING on char-misc/char-misc-testing] [also build test WARNING on v4.5-rc3 next-20160212] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Jason-Gunthorpe/tpm-Hold-t

[PATCH 3/3] tpm: Get rid of devname

2016-02-12 Thread Jason Gunthorpe
Now that we have a proper struct device just use dev_name() to access this value instead of keeping two copies. Signed-off-by: Jason Gunthorpe --- drivers/char/tpm/tpm-chip.c| 17 +++-- drivers/char/tpm/tpm.h | 1 - drivers/char/tpm/tpm_eventlog.c| 2 +- dri