lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 17 Feb 2020 10:47:36 +0000 From: Srinivas Kandagatla <srinivas.kandagatla@...aro.org> To: Yangtao Li <tiny.windzz@...il.com>, linux-kernel@...r.kernel.org Subject: Re: [PATCH 1/2] nvmem: core: add nvmem_cell_read_common On 26/01/2020 19:56, Yangtao Li wrote: > Now there are nvmem_cell_read_u16 and nvmem_cell_read_u32. > They are very similar, let's strip out a common part. > > And use nvmem_cell_read_common to simplify their implementation. > > Signed-off-by: Yangtao Li <tiny.windzz@...il.com> > --- > drivers/nvmem/core.c | 54 ++++++++++++++++---------------------------- > 1 file changed, 19 insertions(+), 35 deletions(-) > > diff --git a/drivers/nvmem/core.c b/drivers/nvmem/core.c Applied both, thanks, srini
Powered by blists - more mailing lists