commit | c97c8620833e4a55ddb7a43961d3205184a487f0 | [log] [tgz] |
---|---|---|
author | Tony Lindgren <tony@atomide.com> | Fri May 18 07:54:44 2018 -0700 |
committer | Tony Lindgren <tony@atomide.com> | Fri May 18 07:54:44 2018 -0700 |
tree | 227de7ac91bee6fcbd37491541a326f946217978 | |
parent | dc4c85eac6bc8cfe25144936c5636aa1415bbc12 [diff] |
bus: ti-sysc: Fix optional clocks array access We should be checking ddata->clocks[i] instead of clock_names[i] for the optional clocks. Currently this just happens to work for the typical case of one fck and one optional clock. Fixes: 09dfe5810762 ("bus: ti-sysc: Add handling for clkctrl opt clocks") Cc: Dan Carpenter <dan.carpenter@oracle.com> Reported-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Tony Lindgren <tony@atomide.com>