staging: dgap: rename dgap_finalize_board_init() to dgap_request_irq()
authorDaeseok Youn <daeseok.youn@gmail.com>
Tue, 3 Jun 2014 06:28:08 +0000 (15:28 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Jun 2014 22:22:25 +0000 (15:22 -0700)
Signed-off-by: Daeseok Youn <daeseok.youn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgap/dgap.c

index 3587181..5c149ee 100644 (file)
@@ -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 @@ free_brd:
 }
 
 
-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;