[lm-sensors] [patch 1/1] hwmon: add 0x8c id for smsc47b397 driver

Matt Roberds mattroberds at cox.net
Sat Mar 1 00:58:26 CET 2008


On Fri, 29 Feb 2008, Craig Kelley wrote:
> +       case 0x85:
> +       case 0x8c:
> +               name = "SCH5317";
> +               break;

Minor style thing: would

        case 0x85:
                /* fall through */
        case 0x8c:
                name = "SCH5317";
                break;

be clearer?

Matt Roberds




More information about the lm-sensors mailing list