[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAHb8M2CzKN9ksfy7Jd_R7+XcuLT48YweYhEoBRATVaBOiXcauw@mail.gmail.com>
Date: Tue, 3 Jun 2014 16:55:12 +0900
From: DaeSeok Youn <daeseok.youn@...il.com>
To: Dan Carpenter <dan.carpenter@...cle.com>
Cc: Lidza Louina <lidza.louina@...il.com>,
Greg KH <gregkh@...uxfoundation.org>,
devel <devel@...verdev.osuosl.org>,
driverdev-devel@...uxdriverproject.org,
linux-kernel <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 2/4] staging: dgap: pass "brd" as a paramter to dgap_after_config_loaded()
2014-06-03 16:22 GMT+09:00 Dan Carpenter <dan.carpenter@...cle.com>:
> On Tue, Jun 03, 2014 at 03:27:28PM +0900, Daeseok Youn wrote:
>> -static int dgap_after_config_loaded(int board)
>> +static int dgap_after_config_loaded(struct board_t *brd)
>> {
>> + int board = brd->boardnum;
>> +
>
> We don't need to use "board" in this function. We can replaced
> "dgap_board[board]->" with "brd->"
OK. I will fix as your comment and resend.
Thanks
regards,
Daeseok Youn.
>
>> /*
>> * Initialize KME waitqueues...
>> */
>
> regards,
> dan carpenter
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists