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

Commit 6c37e744 authored by Junsu Shin's avatar Junsu Shin Committed by Greg Kroah-Hartman
Browse files

staging: vme: devices: remove blank line after open brace



This is a patch to the vme_pio2_core.c that removes blank line after open brace '{'.

Signed-off-by: default avatarJunsu Shin <jjunes0@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d5f0a90e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -175,7 +175,6 @@ static int __init pio2_init(void)

static int pio2_match(struct vme_dev *vdev)
{

	if (vdev->num >= bus_num) {
		dev_err(&vdev->dev,
			"The enumeration of the VMEbus to which the board is connected must be specified\n");
@@ -231,7 +230,6 @@ static int pio2_probe(struct vme_dev *vdev)
	card->vdev = vdev;

	for (i = 0; i < PIO2_VARIANT_LENGTH; i++) {

		if (isdigit(card->variant[i]) == 0) {
			dev_err(&card->vdev->dev, "Variant invalid\n");
			retval = -EINVAL;