commit | f9827dde2f6a1b64f8241de18ccf5027a636d8f4 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Mon Jul 08 06:05:12 2013 -0700 |
committer | David Woodhouse <David.Woodhouse@intel.com> | Mon Aug 05 21:01:42 2013 +0100 |
tree | 0db03c67262eed2efc6273e2398181e6613f64b9 | |
parent | 2e294972f0c3616df160f95604d1a75056b75a8a [diff] |
mtd: refactor call to request_module This reduces the size of the stack frame when calling request_module(). Performing the sprintf before the call is not needed. Signed-off-by: Kees Cook <keescook@chromium.org> Acked-by: Rusty Russell <rusty@rustcorp.com.au> Reviewed-by: James Hogan <james.hogan@imgtec.com> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>