From fdaef75f66bba5999a94f3cd9156bf353ba2ef98 Mon Sep 17 00:00:00 2001 From: Herbert Xu Date: Wed, 27 May 2015 14:37:27 +0800 Subject: [PATCH] crypto: scatterwalk - Add missing sg_init_table to scatterwalk_ffwd We need to call sg_init_table as otherwise the first entry may inadvertently become the last. Signed-off-by: Herbert Xu --- Reading git-format-patch failed