diff options
Diffstat (limited to 'src/soc/intel/quark/lpc.c')
-rw-r--r-- | src/soc/intel/quark/lpc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/intel/quark/lpc.c b/src/soc/intel/quark/lpc.c index e57b71746d..aefbaf6ea4 100644 --- a/src/soc/intel/quark/lpc.c +++ b/src/soc/intel/quark/lpc.c @@ -3,7 +3,7 @@ * * Copyright (C) 2008-2009 coresystems GmbH * Copyright (C) 2014 Google Inc. - * Copyright (C) 2015-2016 Intel Corporation. + * Copyright (C) 2015-2017 Intel Corporation. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -24,7 +24,7 @@ static void pmc_read_resources(device_t dev) { - unsigned index = 0; + unsigned int index = 0; struct resource *res; /* Get the normal PCI resources of this device. */ |