[PATCH] bochs-drm: disable video before changing video mode

2015-03-18 Thread Chris Ruffin
#Setting_display_resolution_and_bit_depth Signed-off-by: Chris Ruffin --- drivers/gpu/drm/bochs/bochs_hw.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/bochs/bochs_hw.c b/drivers/gpu/drm/bochs/bochs_hw.c index 4603897..a39b034 100644 --- a/drivers/gpu/drm/bochs/bochs_hw.c +++ b/drivers/gpu

[PATCH] staging: rtl8723au: change typecast to match type returned by htons()

2014-11-10 Thread Chris Ruffin
[unsigned] [short] [usertype] drivers/staging/rtl8723au/core/rtw_xmit.c:1279:36:got restricted __be16 [usertype] This patch fixes the issue by using an endian-specific typecast that will always match the type returned by htons(). Signed-off-by: Chris Ruffin --- drivers/staging/rtl8723au/core