commit | 661b4e89daf10e3f65a1086fd95c7a84720ccdd2 | [log] [tgz] |
---|---|---|
author | Frank Seidel <fseidel@suse.de> | Thu Mar 06 21:45:57 2008 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Mar 10 16:33:32 2008 -0700 |
tree | 0a92f74a1ec6990db333514ed88a9bed5ca6a912 | |
parent | ef79df263062fd04fe9db4ee1b9f014a87a8e924 [diff] |
nozomi: fix initialization and early flow control access Due to some flaws in the initialization and flow control code kernel oopses could be triggered e.g. when accessing the card too early after insertion. See e.g. kernel.org bug #10077. The main part of the fix is a trivial state management making sure the card is realy ready to use before allowing any access. Signed-off-by: Frank Seidel <fseidel@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>