lkml.org 
[lkml]   [2017]   [Jan]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH] rtc: armada38x: add __ro_after_init to armada38x_rtc_ops
    On Mon, Dec 26, 2016 at 05:01:02PM +0530, Bhumika Goyal wrote:
    > The object armada38x_rtc_ops of type rtc_class_ops structure is not
    > modified after getting initialized by armada38x_rtc_probe. Apart from
    > getting referenced in init it is also passed as an argument to the function
    > devm_rtc_device_register but this argument is of type const struct
    > rtc_class_ops *. Therefore add __ro_after_init to its declaration.

    What I'd prefer here is for the structure to be duplicated, with one
    copy having the alarm methods and one which does not. Both can then
    be made "const" (so placed into the read-only section at link time)
    and the probe function select between the two.

    I think that's a cleaner and better solution, even though it's
    slightly larger.

    I'm not a fan of __ro_after_init being used where other solutions are
    possible.

    --
    RMK's Patch system: http://www.armlinux.org.uk/developer/patches/
    FTTC broadband for 0.8mile line: currently at 9.6Mbps down 400kbps up
    according to speedtest.net.

    \
     
     \ /
      Last update: 2017-01-02 15:07    [W:2.170 / U:3.432 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site