mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 02:34:01 +08:00
staging: xgifb: clean an indentation issue
Trivial fix to clean up an indentation issue Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
365b01638c
commit
40d68841df
@ -923,8 +923,9 @@ static int XGIfb_do_set_var(struct fb_var_screeninfo *var, int isactive,
|
||||
if (!htotal || !vtotal) {
|
||||
pr_debug("Invalid 'var' information\n");
|
||||
return -EINVAL;
|
||||
} pr_debug("var->pixclock=%d, htotal=%d, vtotal=%d\n",
|
||||
var->pixclock, htotal, vtotal);
|
||||
}
|
||||
pr_debug("var->pixclock=%d, htotal=%d, vtotal=%d\n",
|
||||
var->pixclock, htotal, vtotal);
|
||||
|
||||
if (var->pixclock) {
|
||||
drate = 1000000000 / var->pixclock;
|
||||
|
Loading…
Reference in New Issue
Block a user