Re: [PATCH] param: drop unused parameters in helpers

2019-11-05 Thread Sascha Hauer
On Mon, Nov 04, 2019 at 06:04:18PM +0100, Ahmad Fatoum wrote: > These parameters aren't currently used anywhere, but are still useful to > have nonetheless. Keep them but drop the unused parameters. > > Signed-off-by: Ahmad Fatoum > --- > include/param.h | 6 +- > 1 file changed, 1 insertion

[PATCH] param: drop unused parameters in helpers

2019-11-04 Thread Ahmad Fatoum
These parameters aren't currently used anywhere, but are still useful to have nonetheless. Keep them but drop the unused parameters. Signed-off-by: Ahmad Fatoum --- include/param.h | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/include/param.h b/include/param.h index bc