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

Commit d598de02 authored by Joe Perches's avatar Joe Perches Committed by Greg Kroah-Hartman
Browse files

pcmcia: drivers/pcmcia/pcmcia_resource.c: Remove unnecessary semicolons

parent 1d807665
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -489,7 +489,7 @@ int pcmcia_request_configuration(struct pcmcia_device *p_dev,
	pccard_io_map iomap;

	if (!(s->state & SOCKET_PRESENT))
		return -ENODEV;;
		return -ENODEV;

	if (req->IntType & INT_CARDBUS) {
		ds_dbg(p_dev->socket, 0, "IntType may not be INT_CARDBUS\n");