View | Details | Raw Unified | Return to bug 69885
Collapse All | Expand All

(-)testsmb.c Sun Aug 1 22:55:12 2004 (-2 / +1 lines)
Lines 126-132 Link Here
126
               break;
126
               break;
127
       default:
127
       default:
128
               fprintf(stderr, "No known SMBus(I2C) chip found.\n");
128
               fprintf(stderr, "No known SMBus(I2C) chip found.\n");
129
               goto exit;
129
               continue;
130
       }
130
       }
131
131
132
       if(OpenIO() == -1) return -1;
132
       if(OpenIO() == -1) return -1;
Lines 141-147 Link Here
141
       }
141
       }
142
142
143
       CloseIO();
143
       CloseIO();
144
exit:
145
144
146
  } /* endo of Big roop for smb_base candidates */
145
  } /* endo of Big roop for smb_base candidates */
147
  exit (0);
146
  exit (0);

Return to bug 69885