VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Randy Dunlap <rdunlap@xenotime.net> 2005-10-04 22:45:14 -0700 committer: David S. Miller <davem@davemloft.net> 2005-10-04 22:45:14 -0700 commit: 3d2aef668920e8d93b77f145f8f647f62abe75db parent: dd13a285b79ba77416b96ee10f49097f4aaf48c5
Commit Summary:
[TEXTSEARCH]: fix sparse gfp nocast warnings
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/lib/ts_fsm.c b/lib/ts_fsm.c
index d27c0a072940..ef9779e00506 100644
--- a/lib/ts_fsm.c
+++ b/lib/ts_fsm.c
@@ -258,7 +258,7 @@ found_match:
 }
 
 static struct ts_config *fsm_init(const void *pattern, unsigned int len,
-				     int gfp_mask)
+				     unsigned int __nocast gfp_mask)
 {
 	int i, err = -EINVAL;
 	struct ts_config *conf;