Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9acf56f2 authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman
Browse files

staging: comedi: pcl818: change 'is_818' in boardinfo to a bit-field



Change this flag in the boardinfo into a bit-field.

Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: default avatarIan Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent fef20bff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -271,7 +271,7 @@ struct pcl818_board {
	int ao_maxdata;
	unsigned int has_dma:1;
	unsigned int has_fifo:1;
	int is_818;
	unsigned int is_818:1;
};

static const struct pcl818_board boardtypes[] = {