On Wed, Sep 02, 2020 at 06:42:54PM -0400, Eduardo Habkost wrote: > This will make the type name constant consistent with the name of > the type checking macro. > > Signed-off-by: Eduardo Habkost <[email protected]> > --- > Cc: Yoshinori Sato <[email protected]> > Cc: Magnus Damm <[email protected]> > Cc: [email protected] > --- [...] > -#define TYPE_RENESAS_TMR "renesas-tmr" > +#define TYPE_RTMR "renesas-tmr" > typedef struct RTMRState RTMRState; > -DECLARE_INSTANCE_CHECKER(RTMRState, RTMR, > - TYPE_RENESAS_TMR) > +DECLARE_INSTANCE_CHECKER(RTMRState, RENESAS_TMR, > + TYPE_RTMR)
Please ignore this patch. I've made a mistake while rebasing the series and accidentally squashed in a commit that renamed TYPE_RENESAS_TMR to TYPE_RTMR. -- Eduardo
