treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / drivers / scsi / ufs / tc-dwc-g210.h
blob5a506da03f4a9ada436c7545bad2557fc819e38c
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * Synopsys G210 Test Chip driver
5 * Copyright (C) 2015-2016 Synopsys, Inc. (www.synopsys.com)
7 * Authors: Joao Pinto <jpinto@synopsys.com>
8 */
10 #ifndef _TC_DWC_G210_H
11 #define _TC_DWC_G210_H
13 int tc_dwc_g210_config_40_bit(struct ufs_hba *hba);
14 int tc_dwc_g210_config_20_bit(struct ufs_hba *hba);
16 #endif /* End of Header */