Skip to content

dcc_tty.c in 3.0 v2 #16

@kenchy

Description

@kenchy

Needed to change line in drivers/char/dcc_tty.c to match v1.

Offending line is

static spinlock_t g_dcc_tty_lock = SPIN_LOCK_UNLOCKED; in v2

static DEFINE_SPINLOCK(g_dcc_tty_lock); in v1

(will try to track down root cause),

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions