Staging: bcm: DDRInit: fix up indentation issues.
fixed up a couple of indentation issues. Signed-off-by: Gary Alan Rookard <garyrookard@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
55761166cf
commit
a469fe1ab8
|
@ -1094,8 +1094,8 @@ int download_ddr_settings(struct bcm_mini_adapter *Adapter)
|
||||||
RegCount -= T3LP_SKIP_CLOCK_PROGRAM_DUMP_133MHZ;
|
RegCount -= T3LP_SKIP_CLOCK_PROGRAM_DUMP_133MHZ;
|
||||||
psDDRSetting += T3LP_SKIP_CLOCK_PROGRAM_DUMP_133MHZ;
|
psDDRSetting += T3LP_SKIP_CLOCK_PROGRAM_DUMP_133MHZ;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue