]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
video: mxc: remove DEBUG and fix typo in comment
authorLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Jul 2014 08:48:50 +0000 (10:48 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Jul 2014 08:48:50 +0000 (10:48 +0200)
drivers/video/mxc/mxc_ipuv3_fb.c

index 1dbd2c67a5990621b9811327b1e130146c6248c4..f022b557ee60675ec63d4c86422765d6df8b80a5 100644 (file)
@@ -10,7 +10,7 @@
  * http://www.opensource.org/licenses/gpl-license.html
  * http://www.gnu.org/copyleft/gpl.html
  */
-#define DEBUG
+
 /*!
  * @defgroup Framebuffer Framebuffer Driver for SDC and ADC.
  */
@@ -2007,7 +2007,7 @@ static int mxcfb_option_setup(struct platform_device *pdev, struct fb_info *fbi)
                        pdata->int_clk = true;
                        continue;
                } else if (!strncmp(opt, "bpp=", 4)) {
-                       /* bpp setting cannot overwirte fbpix setting */
+                       /* bpp setting cannot overwrite fbpix setting */
                        if (fb_pix_fmt)
                                continue;