// SPDX-License-Identifier: GPL-2.0-only /* * Samsung Exynos4 SoC series FIMC-IS slave interface driver * * Error log interface functions * * Copyright (C) 2011 - 2013 Samsung Electronics Co., Ltd. * * Authors: Younghwan Joo <[email protected]> * Sylwester Nawrocki <[email protected]> */ #include "fimc-is-errno.h" const char *fimc_is_param_strerr(unsigned int error) { … } const char *fimc_is_strerr(unsigned int error) { … }