Advertisement
uaa

NetBSD 6.1 w/T-SH7706LSR ssumci.c mod

uaa
Jun 27th, 2013
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. Index: ssumci.c
  2. ===================================================================
  3. RCS file: /cvs/cvsroot/src/sys/arch/evbsh3/t_sh7706lan/ssumci.c,v
  4. retrieving revision 1.2
  5. diff -u -r1.2 ssumci.c
  6. --- ssumci.c 21 Jan 2012 19:44:29 -0000 1.2
  7. +++ ssumci.c 27 Jun 2013 18:36:21 -0000
  8. @@ -381,7 +381,7 @@
  9. break;
  10. }
  11. if (timo == 0) {
  12. - DPRINTF(1,(sc->sc_dev, "response timeout\n"));
  13. + aprint_error_dev(sc->sc_dev, "response timeout\n");
  14. cmd->c_error = ETIMEDOUT;
  15. goto out;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement