commit | ad9561609c41f704fd82facd37127e957bcaea94 | [log] [tgz] |
---|---|---|
author | Paul Walmsley <paul@pwsan.com> | Mon Feb 22 22:09:35 2010 -0700 |
committer | Paul Walmsley <paul@pwsan.com> | Wed Feb 24 17:45:15 2010 -0700 |
tree | 13599ee81f5c6b673d72b1fb126f79e386234ab7 | |
parent | 43b40992ce21def8d5957f32d7ddb728af89bfce [diff] |
OMAP clockdomain: if no autodeps exist, don't try to add or remove them _clkdm_add_autodeps() and _clkdm_del_autodeps() will attempt to dereference a NULL pointer if no autodeps were supplied to clkdm_init(). Based on a patch from Roel Kluin <roel.kluin@gmail.com> - thanks Roel. Signed-off-by: Paul Walmsley <paul@pwsan.com> Cc: Roel Kluin <roel.kluin@gmail.com>