From: Peng Tao Date: Thu, 6 Jun 2013 15:04:07 +0000 (+0800) Subject: staging/lustre/libcfs: cleanup libcfs_kkuc_msg_put a bit X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~257 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e543d2eaa8db8cdf14f9d91b6c2469e75d8fc0c0;p=pandora-kernel.git staging/lustre/libcfs: cleanup libcfs_kkuc_msg_put a bit No need to cast count since it is already ssize_t. No need to cast payload to const, but need __force instead to avoid Sparse complaining. Reported-and-Suggested-by: Dan Carpenter Signed-off-by: Peng Tao Signed-off-by: Andreas Dilger Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed