Re: [GIT PULL] remaining tpmdd fixes for Linux 4.5
From: Jason Gunthorpe
Date: Mon Feb 22 2016 - 12:53:00 EST
On Mon, Feb 22, 2016 at 04:50:23PM +0200, Jarkko Sakkinen wrote:
> I already pushed a fix to my master for this issue:
>
> https://github.com/jsakkine/linux-tpmdd/commit/6386544ad7bceb3d0248b85da29d4d99eebe9161
The goal is to reduce the number of #ifdef'd code segments so we have
fewer problems in future with a large .config test matrix.
I'd rather see a __maybe_unused annotation instead.
Jason