基层员工计时型薪酬设计的基本工具与方法v

2011-11-12 Thread �I�N柜哩
6D)¼Æ¼þÐÍн{³êÉè}¼Æ 2013152631 Dprj_2818.xls Description: Binary data ___ devel mailing list devel@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

[PATCH 1/4] staging: xgifb: delete XGI_GetSenseStatus()

2011-11-12 Thread Aaro Koskinen
Delete unused function XGI_GetSenseStatus(). Static functions XGINew_Is301B(), XGINew_Sense(), XGINew_GetPanelID(), XGINew_BridgeIsEnable() and XGINew_SenseHiTV() can be deleted as well, since they are not used anymore. Signed-off-by: Aaro Koskinen --- drivers/staging/xgifb/vb_ext.c | 375

[PATCH 3/4] staging: xgifb: move XGINew_SenseLCD() to vb_init.c

2011-11-12 Thread Aaro Koskinen
The function is used only in vb_init.c, so move it there and make it static. Signed-off-by: Aaro Koskinen --- drivers/staging/xgifb/vb_ext.c | 42 - drivers/staging/xgifb/vb_ext.h |3 -- drivers/staging/xgifb/vb_init.c | 44 ++

[PATCH 2/4] staging: xgifb: rename XGINew_GetLCDDDCInfo() to XGINew_SenseLCD()

2011-11-12 Thread Aaro Koskinen
Eliminate an unnecessary wrapper function. Signed-off-by: Aaro Koskinen --- drivers/staging/xgifb/vb_ext.c | 14 +- 1 files changed, 1 insertions(+), 13 deletions(-) diff --git a/drivers/staging/xgifb/vb_ext.c b/drivers/staging/xgifb/vb_ext.c index fb6d63c..f85d7d64 100644 --- a/d

[PATCH 4/4] staging: xgifb: delete vb_ext.{c,h}

2011-11-12 Thread Aaro Koskinen
Delete empty files. Signed-off-by: Aaro Koskinen --- drivers/staging/xgifb/Makefile |2 +- drivers/staging/xgifb/vb_ext.c | 15 --- drivers/staging/xgifb/vb_ext.h |4 drivers/staging/xgifb/vb_init.c |1 - 4 files changed, 1 insertions(+), 21 deletions(-) delete

[PATCH 0/4] staging: xgifb: kill vb_ext

2011-11-12 Thread Aaro Koskinen
Hi, This series deletes vb_ext.c and vb_ext.h files. There is only one function needed, and it can be moved elsewhere. The patches are based and tested on top of the current staging-next (1ea6b8f48918282bdca0b32a34095504ee65bab5). Testing: - compile-tested with GCC 4.6.1 + sparse, no war

[PATCH] staging: hv: Use kmemdup rather than duplicating its implementation

2011-11-12 Thread Thomas Meyer
Use kmemdup rather than duplicating its implementation The semantic patch that makes this change is available in scripts/coccinelle/api/memdup.cocci. Signed-off-by: Thomas Meyer --- diff -u -p a/drivers/staging/hv/hv_mouse.c b/drivers/staging/hv/hv_mouse.c --- a/drivers/staging/hv/hv_mouse.c 20

[PATCH] gma500: Use kmemdup rather than duplicating its implementation

2011-11-12 Thread Thomas Meyer
Use kmemdup rather than duplicating its implementation The semantic patch that makes this change is available in scripts/coccinelle/api/memdup.cocci. Signed-off-by: Thomas Meyer --- diff -u -p a/drivers/staging/gma500/intel_bios.c b/drivers/staging/gma500/intel_bios.c --- a/drivers/staging/gma

[PATCH] staging: go7007: Use kmemdup rather than duplicating its implementation

2011-11-12 Thread Thomas Meyer
Use kmemdup rather than duplicating its implementation The semantic patch that makes this change is available in scripts/coccinelle/api/memdup.cocci. Signed-off-by: Thomas Meyer --- diff -u -p a/drivers/staging/media/go7007/go7007-driver.c b/drivers/staging/media/go7007/go7007-driver.c --- a/d

[PATCH] staging: hv: Use kmemdup rather than duplicating its implementation

2011-11-12 Thread Thomas Meyer
Use kmemdup rather than duplicating its implementation The semantic patch that makes this change is available in scripts/coccinelle/api/memdup.cocci. Signed-off-by: Thomas Meyer --- diff -u -p a/drivers/staging/hv/hv_mouse.c b/drivers/staging/hv/hv_mouse.c --- a/drivers/staging/hv/hv_mouse.c 20

[PATCH] staging: go7007: Use kmemdup rather than duplicating its implementation

2011-11-12 Thread Thomas Meyer
Use kmemdup rather than duplicating its implementation The semantic patch that makes this change is available in scripts/coccinelle/api/memdup.cocci. Signed-off-by: Thomas Meyer --- diff -u -p a/drivers/staging/media/go7007/go7007-driver.c b/drivers/staging/media/go7007/go7007-driver.c --- a/d

[PATCH] gma500: Use kmemdup rather than duplicating its implementation

2011-11-12 Thread Thomas Meyer
Use kmemdup rather than duplicating its implementation The semantic patch that makes this change is available in scripts/coccinelle/api/memdup.cocci. Signed-off-by: Thomas Meyer --- diff -u -p a/drivers/staging/gma500/intel_bios.c b/drivers/staging/gma500/intel_bios.c --- a/drivers/staging/gma

[PATCH] Staging: speakup: Use kmemdup rather than duplicating its implementation

2011-11-12 Thread Thomas Meyer
Use kmemdup rather than duplicating its implementation The semantic patch that makes this change is available in scripts/coccinelle/api/memdup.cocci. Signed-off-by: Thomas Meyer --- diff -u -p a/drivers/staging/speakup/kobjects.c b/drivers/staging/speakup/kobjects.c --- a/drivers/staging/speak