git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a78fd9
)
wimax/i2400m: make i2400m->bus_dev_{stop,start}() optional
author
Inaky Perez-Gonzalez
<inaky@linux.intel.com>
Thu, 8 Oct 2009 03:33:50 +0000
(12:33 +0900)
committer
Inaky Perez-Gonzalez
<inaky@linux.intel.com>
Mon, 19 Oct 2009 06:56:23 +0000
(15:56 +0900)
In coming commits, the i2400m SDIO driver will not use
i2400m->bus_dev_stop().
Thus changed to check before calling, as an empty stub has more
overhead than a call to check if the function pointer is non-NULL.
Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
No differences found