Re: [GIT PULL]: firmware patches for building firmware into kernel

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jaswinder Singh
Date: Thursday, August 7, 2008 - 6:38 pm

Hello Dave,

On Thu, 2008-08-07 at 14:21 -0400, David Dillow wrote:

Ok, I will revise it thanks.



You mean this :

+       /*
+        * Need to check request_firmware should be called only once
+        * so you don't leak memory if there is more than one NIC.
+        * Need to check if PCI probing gets multi-threaded as
+        * mutex is used while loading the firmware.
+        */
+       if (typhoon_fw != NULL) {
+               err = typhoon_init_firmware(tp);

This is not required now, As I already fixed request_firmware.

So it is replaced by :

+       err = typhoon_init_firmware(tp);

Do you think we still need above comments ?

Thanks you,

Jaswinder Singh.

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [GIT PULL]: firmware patches for building firmware int ..., Jaswinder Singh, (Thu Aug 7, 6:38 pm)