[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5d2f9e68.1c69fb81.6e01c.27fe@mx.google.com>
Date: Wed, 17 Jul 2019 15:17:12 -0700
From: Stephen Boyd <swboyd@...omium.org>
To: Alexander Steffen <Alexander.Steffen@...ineon.com>,
Jarkko Sakkinen <jarkko.sakkinen@...ux.intel.com>,
Peter Huewe <peterhuewe@....de>
Cc: Andrey Pronin <apronin@...omium.org>, linux-kernel@...r.kernel.org,
Jason Gunthorpe <jgg@...pe.ca>, Arnd Bergmann <arnd@...db.de>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-integrity@...r.kernel.org,
Duncan Laurie <dlaurie@...omium.org>,
Guenter Roeck <groeck@...omium.org>
Subject: Re: [PATCH v2 5/6] tpm: add driver for cr50 on SPI
Quoting Stephen Boyd (2019-07-17 14:38:36)
> @@ -131,6 +303,8 @@ static int tpm_tis_spi_transfer(struct tpm_tis_data *data, u32 addr, u16 len,
>
> exit:
> spi_bus_unlock(phy->spi_device->master);
> + phy->last_access = jiffies;
> + mutex_lock(&phy->time_track_mutex);
This should be mutex_unlock().
Powered by blists - more mailing lists