commit | e6aad85178ef4a6df433c01a3191273cebca82f2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Dec 26 09:53:30 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Mon Mar 04 14:19:56 2013 -0500 |
tree | 3e84bee29b963c6b158a20d6a7fc438fc079a2ef | |
parent | 1aede48dd4cb1d1a22a16ded9796eb8c200c4c4a [diff] |
fs: Use filesystem methods instead of switch() We can use the available methods and avoid using switch(). When the filesystem is not supported, we fall through to the 'unsupported' methods: fs_probe_unsupported() prints an error, so the others do not need to. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@ti.com>