southbridge/nvidia: Spelling/comment fix
Change-Id: I4f9b2b8375abe4691f279df649eaf822b87509e5 Signed-off-by: Martin Roth <martin.roth@se-eng.com> Reviewed-on: http://review.coreboot.org/7731 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
This commit is contained in:
parent
84422b1a20
commit
e9c1b21191
|
@ -218,8 +218,10 @@ void mcp55_enable(device_t dev)
|
||||||
if (!dev->enabled) {
|
if (!dev->enabled) {
|
||||||
final_reg |= (1 << index); /* Disable it. */
|
final_reg |= (1 << index); /* Disable it. */
|
||||||
/*
|
/*
|
||||||
* The reason for using final_reg, if diable func 1,
|
* The reason for using final_reg is that if func 1 is disabled,
|
||||||
* the func 2 will be func 1, so we need disable them one time.
|
* then func 2 will become func 1.
|
||||||
|
* Because of this, we need loop through disabling them all at
|
||||||
|
* the same time.
|
||||||
*/
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue