]> Pileus Git - ~andy/linux/blobdiff - drivers/video/omap2/dss/dsi.c
Merge commit 'v3.3-rc1' into fbdev-next
[~andy/linux] / drivers / video / omap2 / dss / dsi.c
index 04a89a7bbaf54aeb439e7acf7b89f44f51a68040..52f36ec1c8bb3889e9e23cb2c6b6eca2181a454a 100644 (file)
@@ -342,8 +342,8 @@ struct dsi_packet_sent_handler_data {
 static struct platform_device *dsi_pdev_map[MAX_NUM_DSI];
 
 #ifdef DEBUG
-static unsigned int dsi_perf;
-module_param_named(dsi_perf, dsi_perf, bool, 0644);
+static bool dsi_perf;
+module_param(dsi_perf, bool, 0644);
 #endif
 
 static inline struct dsi_data *dsi_get_dsidrv_data(struct platform_device *dsidev)