From 6dfd609b4d08519185ace2878871710a92a520c3 Mon Sep 17 00:00:00 2001 From: Ebru Akagunduz Date: Mon, 28 Oct 2013 00:58:02 +0200 Subject: [PATCH] Staging: vt6656: Fix Sparse Warning: cast from restricted gfp_t in hostap.c This patch fixes the following type of sparse warnings: drivers/staging/vt6656/hostap.c:688:42: warning: cast from restricted gfp_t drivers/staging/vt6656/hostap.c:688:42: warning: incorrect type in argument 2 (different base types) drivers/staging/vt6656/hostap.c:688:42: expected restricted gfp_t [usertype] flags drivers/staging/vt6656/hostap.c:688:42: got int [signed] Signed-off-by: Ebru Akagunduz Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed