]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: sm750fb: use BIT macro for VGA_CONFIGURATION single-bit fields
authorMike Rapoport <mike.rapoport@gmail.com>
Wed, 10 Feb 2016 16:34:00 +0000 (18:34 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 12 Feb 2016 03:52:37 +0000 (19:52 -0800)
commitd97981431f63ca2da4e8b9dcedc2cd3576286c0a
treeb4c64dc04b4f3d0ac673a3731c3ae694cb499b8c
parentcf25a7043654184b53d9ed345e718677ee880d92
staging: sm750fb: use BIT macro for VGA_CONFIGURATION single-bit fields

Replace complex defintion of VGA_CONFIGURATION register fields with BIT()
macro and use open-coded implementation for VGA_CONFIGURATION
manipulations.

Signed-off-by: Mike Rapoport <mike.rapoport@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sm750fb/ddk750_chip.c
drivers/staging/sm750fb/ddk750_reg.h