| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Samsung Exynos4 SoC series FIMC-IS slave interface driver |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 7 | 8 | * |
|---|
| 8 | 9 | * Authors: Younghwan Joo <yhwan.joo@samsung.com> |
|---|
| 9 | 10 | * Sylwester Nawrocki <s.nawrocki@samsung.com> |
|---|
| 10 | | - * |
|---|
| 11 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 12 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 13 | | - * published by the Free Software Foundation. |
|---|
| 14 | 11 | */ |
|---|
| 15 | 12 | |
|---|
| 16 | 13 | #include "fimc-is-errno.h" |
|---|
| .. | .. |
|---|
| 90 | 87 | return "ERROR_SENSOR_INVALID_SIZE"; |
|---|
| 91 | 88 | case ERROR_SENSOR_INVALID_SETTING: |
|---|
| 92 | 89 | return "ERROR_SENSOR_INVALID_SETTING"; |
|---|
| 93 | | - case ERROR_SENSOR_ACTURATOR_INIT_FAIL: |
|---|
| 94 | | - return "ERROR_SENSOR_ACTURATOR_INIT_FAIL"; |
|---|
| 90 | + case ERROR_SENSOR_ACTUATOR_INIT_FAIL: |
|---|
| 91 | + return "ERROR_SENSOR_ACTUATOR_INIT_FAIL"; |
|---|
| 95 | 92 | case ERROR_SENSOR_INVALID_AF_POS: |
|---|
| 96 | 93 | return "ERROR_SENSOR_INVALID_AF_POS"; |
|---|
| 97 | 94 | case ERROR_SENSOR_UNSUPPORT_FUNC: |
|---|