From 52db7520775e5c4103e0e06a61abbadcf73d2d96 Mon Sep 17 00:00:00 2001 From: Sudip Mukherjee Date: Tue, 2 Jun 2015 14:28:17 +0530 Subject: [PATCH] staging: wilc1000: fix warning while printing size_t should print using %zu and unsigned long int should use %lu but here it was using %d and hence we were getting warning while printing. Signed-off-by: Sudip Mukherjee Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed