module_param: make bool parameters really bool (drivers & misc)
[sfrench/cifs-2.6.git] / drivers / media / video / omap / omap_vout_vrfb.c
index ebebcac49225209e133141f113b700bdbd65aa95..4be26abf6cea7a323ef0b15e7e1cedf3177ab916 100644 (file)
@@ -84,7 +84,7 @@ void omap_vout_free_vrfb_buffers(struct omap_vout_device *vout)
 }
 
 int omap_vout_setup_vrfb_bufs(struct platform_device *pdev, int vid_num,
-                       u32 static_vrfb_allocation)
+                             bool static_vrfb_allocation)
 {
        int ret = 0, i, j;
        struct omap_vout_device *vout;