mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 08:47:44 -04:00
staging: dgap: rename dgap_finalize_board_init() to dgap_request_irq()
Signed-off-by: Daeseok Youn <daeseok.youn@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
8148f37b33
commit
f19eda73ea
@@ -188,7 +188,7 @@ static void dgap_do_fep_load(struct board_t *brd, const u8 *ufep, int len);
|
||||
static void dgap_do_conc_load(struct board_t *brd, u8 *uaddr, int len);
|
||||
#endif
|
||||
static int dgap_after_config_loaded(struct board_t *brd);
|
||||
static int dgap_finalize_board_init(struct board_t *brd);
|
||||
static int dgap_request_irq(struct board_t *brd);
|
||||
|
||||
static void dgap_get_vpd(struct board_t *brd);
|
||||
static void dgap_do_reset_board(struct board_t *brd);
|
||||
@@ -789,7 +789,7 @@ static int dgap_found_board(struct pci_dev *pdev, int id, int boardnum)
|
||||
}
|
||||
|
||||
|
||||
static int dgap_finalize_board_init(struct board_t *brd)
|
||||
static int dgap_request_irq(struct board_t *brd)
|
||||
{
|
||||
int rc;
|
||||
|
||||
@@ -887,7 +887,7 @@ static int dgap_firmware_load(struct pci_dev *pdev, int card_type)
|
||||
if (ret)
|
||||
return ret;
|
||||
|
||||
ret = dgap_finalize_board_init(brd);
|
||||
ret = dgap_request_irq(brd);
|
||||
if (ret)
|
||||
return ret;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user