treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / drivers / net / wireless / ti / wl18xx / io.h
blob435f7a781430a70ad9c5757fa2770424f592b967
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * This file is part of wl18xx
5 * Copyright (C) 2011 Texas Instruments
6 */
8 #ifndef __WL18XX_IO_H__
9 #define __WL18XX_IO_H__
11 int __must_check wl18xx_top_reg_write(struct wl1271 *wl, int addr, u16 val);
12 int __must_check wl18xx_top_reg_read(struct wl1271 *wl, int addr, u16 *out);
14 #endif /* __WL18XX_IO_H__ */