package/lcd4linux: update to r1187
[openwrt/svn-archive/archive.git] / utils / lcd4linux / patches / 140-no_repnop_T6963.patch
index 31ac8a53151a2e281abe16a21598f8a095fb2b61..85be2c3763d40704102ade0853e02588a3a79625 100644 (file)
@@ -4,9 +4,9 @@
      /* wait for STA0=1 and STA1=1 */
      n = 0;
      do {
-+#if 0    
++#if 0
        rep_nop();
-+#endif        
++#endif
        if (++n > 1000) {
            debug("hang in status1");
            bug = 1;
@@ -14,9 +14,9 @@
      /* wait for STA3=1 */
      n = 0;
      do {
-+#if 0    
++#if 0
        rep_nop();
-+#endif        
++#endif
        if (++n > 1000) {
            debug("hang in status2");
            bug = 1;