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:
c972b60
)
[PATCH] libata: kill unnecessary sht->max_sectors initializations
author
Tejun Heo
<htejun@gmail.com>
Wed, 29 Nov 2006 03:20:26 +0000
(12:20 +0900)
committer
Tejun Heo
<htejun@gmail.com>
Sun, 3 Dec 2006 08:56:22 +0000
(17:56 +0900)
sht->max_sectors is overrided unconditionally in ->slave_configure.
There's no reason to set it to any value.
Signed-off-by: Tejun Heo <htejun@gmail.com>
No differences found