commit | e4e040887b8f136d00e253dcf584667d8cd560a6 | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jirislaby@gmail.com> | Sat Sep 30 23:27:50 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Oct 01 00:39:22 2006 -0700 |
tree | 70672802a7ace7663f6d785845a30418ee3ff305 | |
parent | 3f27100872b21e4cc70d07b96eeb3611b30bce63 [diff] |
[PATCH] isicom: correct firmware loading - loading of firmware didn't fail when something went wrong (returned 0). - pointer to frame was incremented only by sizeof(frame) excluding its data contents -- bad idea. - tell the card we're ready just after checking is complete, not before. Signed-off-by: Jiri Slaby <jirislaby@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>