| commit | 452f236fcf845ba95c2f984f3157493e07383792 | [log] [tgz] |
|---|---|---|
| author | Mauro Carvalho Chehab <m.chehab@samsung.com> | Tue Jan 14 14:49:04 2014 -0200 |
| committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | Tue Jan 14 14:49:04 2014 -0200 |
| tree | 43973519bf6c27b7c64c778e6f128454b08e5ab9 | |
| parent | b49eb2bd71c39fb69ae9001dac9f07ae6259f9ef [diff] |
em28xx-alsa: Fix error patch for init/fini If something bad happens during init, we free the card data. However, we still keep it initialized, causing some dependent code to be called at .fini. Fix it. Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>