commit | 360772f26407b759ec3a91dda81fdbc74b7f7f2c | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Tue Jul 04 17:47:23 2017 +0200 |
committer | Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> | Tue Jul 04 17:47:23 2017 +0200 |
tree | 1c5ef14643e73bcdf205cac535c9db4b570aef5b | |
parent | dd7d958ae9126b2d4a96e41340579049afebd2bf [diff] |
video: fbdev: matrox: the list iterator can't be NULL My static checker is complaining because we check "drv" for NULL and then we dereference it to get the next item in the list. It can't be NULL so we can remove this check. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>