treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / include / media / i2c / mt9v011.h
blob41c00b3e7184028694e6c5efd60f06b63585f5e2
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /* mt9v011 sensor
4 * Copyright (C) 2011 Hans Verkuil <hverkuil@xs4all.nl>
5 */
7 #ifndef __MT9V011_H__
8 #define __MT9V011_H__
10 struct mt9v011_platform_data {
11 unsigned xtal; /* Hz */
14 #endif