commit | 8f7e91a31fb95c50880c76505b416630c0326d93 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Mon Oct 22 11:40:57 2012 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Mon Oct 29 09:51:38 2012 -0200 |
tree | d84a8d4435838dc38fb133696737c63ac5264c66 | |
parent | 6ec84a28f5f40e3ebef5d8186c4b11b10aa295d7 [diff] |
[media] smiapp-pll: Constify limits argument to smiapp_pll_calculate() The limits are input parameters and should not be modified by the smiapp_pll_calculate() function. Make them const. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Sakari Ailus <sakari.ailus@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>