alpha: silence a buffer overflow warning
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 14 Nov 2016 11:34:00 +0000 (14:34 +0300)
committerMatt Turner <mattst88@gmail.com>
Mon, 4 Sep 2017 19:04:32 +0000 (12:04 -0700)
commit03e1f04414b6e8ad9dd20081c3f8304e81f28f47
treeedef2902485798ccc674ccb47e7254cefa50190e
parentb5a3a128b44219f0802a8b7895e09233853c8b43
alpha: silence a buffer overflow warning

We check that "member" is in bounds for the first line, but we also use
it on the next line without checking which is a mistake.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Matt Turner <mattst88@gmail.com>
arch/alpha/kernel/setup.c