treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / drivers / media / pci / ddbridge / ddbridge-max.h
blob6543dfc7713875cc510f5db921d1a24b99f1ec35
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * ddbridge-max.h: Digital Devices bridge MAX card support
5 * Copyright (C) 2010-2017 Digital Devices GmbH
6 * Ralph Metzler <rjkm@metzlerbros.de>
7 * Marcus Metzler <mocm@metzlerbros.de>
9 * This program is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License
11 * version 2 only, as published by the Free Software Foundation.
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
19 #ifndef _DDBRIDGE_MAX_H_
20 #define _DDBRIDGE_MAX_H_
22 #include "ddbridge.h"
24 /******************************************************************************/
26 int ddb_lnb_init_fmode(struct ddb *dev, struct ddb_link *link, u32 fm);
27 int ddb_fe_attach_mxl5xx(struct ddb_input *input);
28 int ddb_fe_attach_mci(struct ddb_input *input, u32 type);
30 #endif /* _DDBRIDGE_MAX_H */