From 88a88b320a9068294aaa2841464e4809af2ff454 Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Wed, 4 Dec 2013 14:09:38 +1030 Subject: [PATCH] params: improve standard definitions We are repeating the functionality of kstrtol in param_set_long, and the same for kstrtoint. We can get rid of the extra code by using the right functions. Signed-off-by: Felipe Contreras Signed-off-by: Rusty Russell --- Reading git-format-patch failed