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